- This topic has 3 replies, 2 voices, and was last updated 4 years, 7 months ago by
sapana.
-
AuthorPosts
-
August 20, 2018 at 5:01 pm #152158
passiveincomeguys
ParticipantHi,
I would like to use the Adonis theme as a one-page site. I’m wondering if there’s a way to remove the linking on featured content and services section on the homepage. Rather than these icons linking to a new page, I’d like them to stay be static. So, is there a way to remove the link or have them link back to the homepage?
I simply would like to display ‘featured content’ and ‘services’ on a single page. Does that make sense?
If there’s a different method to accomplish this I’m open to that as well.
The site URL is http://nolanbulger.com
Thank you!
August 21, 2018 at 3:43 am #152186sapana
Participant@passiveincomeguys:
step 1:Go to=> Appearance=> Customize=> Theme Options=> Featured Content=> Display Content and select Full Content.
step 2:Go to=> Appearance=> Customize=> Theme Options=> Services=> Display Content and select Full Content.
-To remove the link from Services and Featured Content
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.#featured-content-section { pointer-events: none; } #services-section { pointer-events: none; }
Let me know if this helps to solve your issues.
Kind Regards,
SapanaAugust 21, 2018 at 9:23 am #152228passiveincomeguys
ParticipantPerfect, that’s what I needed. Thank you!
August 21, 2018 at 11:46 pm #152261sapana
Participant@passiveincomeguys:
Hello,
I hope I was able to resolve your issue. If it’s not too much trouble,
I have a quick request: could you please leave an honest review?
https://wordpress.org/support/theme/adonis/reviews/#new-post
Your review will help others know what to expect when they’re looking
for the support I offer. Even a sentence or two would be hugely
appreciated.
Thanks, and if there’s anything else at all that I can do to help,
don’t hesitate to let me know.Kind Regards,
Sapana -
AuthorPosts
- The topic ‘Featured content & services’ is closed to new replies.