Forums
Home / Theme: Radiate / Change Menu Hover
(@dreamoutlaw)
2 weeks, 3 days ago
I want to change menu hover action or disable hover. How can I do that?
The page I need help with: [log in to see the link]
(@rohitkc32)
5 days, 6 hours ago
Hi @dreamoutlaw, Kindly apply the following CSS, to remvoe the hover action in the menu:
.main-navigation ul li:hover>a{background-color: unset;color: unset !important;}Let me know if it helps or not, and I will get back to you.Regards!