Forums
Forums / Plugin: Twentig Supercharged Block Editor – Blocks, Patterns, Starter Sites, Portfolio / Menu link hover style
(@namzzz)
5 years, 1 month ago
Hello!
I want to add underline on hover for menu links and i don’t need any text decoration for active menu links. But customizer changes style of menu links for hover and active in one single option.
The page I need help with: [log in to see the link]
(@twentig)
Hi,
To remove the underline on active menu links for Twenty twenty, you can add some custom CSS (Customizer > Additional CSS):
.primary-menu li.current-menu-item > a { text-decoration: none; } .primary-menu li.current-menu-item > a:hover { text-decoration: underline; }
I hope the above is useful to you. Tom
Yeah, works perfectly!
Thank you, Tom!
Glad it works!
If you enjoy Twentig, please rate it. It would really help me out 🙂 Tom
Done!)
The topic ‘Menu link hover style’ is closed to new replies.