• Resolved theinstantwin

    (@theinstantwin)


    Hi,

    When a user scrolls over an individual item on the menu, I would like the background of the text to highlight. (This would work similar to Hestia: https://www.ads-software.com/themes/hestia/)

    I thought this functionality existed in Twentig menu, but it doesn’t seem to work with the hover. Is there a way to do this?

    Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Twentig

    (@twentig)

    Hi,

    Twentig doesn’t include this option. But you should be able to achieve this effect by adding the following custom CSS in the Customizer > Additional CSS panel (change the #ddd value as you want):

    #site-navigation .menu-item a:hover {
    	background-color: #ddd;
    	text-decoration: none;
    }

    Hope that helps,
    Tom

    Thread Starter theinstantwin

    (@theinstantwin)

    Thanks Tom! I tried this but it didn’t work. Here are the current settings for Twentig with Twenty Twenty One:

    – no other CSS
    – Default menu style and decoration
    – Link hover/active color: default

    Plugin Author Twentig

    (@twentig)

    Here’s a screenshot of what you should have by pasting the CSS code above (screenshot of one of our demo with the CSS): https://i.imgur.com/ssJE7sr.png

    If you don’t see it on your website, would you please share the URL of your website so I can see why it’s not working?

    Thanks

    Thread Starter theinstantwin

    (@theinstantwin)

    Thanks! It actually turned out to be an issue with WPRocket plugin. Delayed CSS load check box stopped the code from loading at all.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Twentig + 2021 (Menu background highlight on hover)’ is closed to new replies.