Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #152158
    passiveincomeguys
    Participant

    Hi,

    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!

    #152186
    sapana
    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,
    Sapana

    #152228
    passiveincomeguys
    Participant

    Perfect, that’s what I needed. Thank you!

    #152261
    sapana
    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Featured content & services’ is closed to new replies.