Tagged: hover color, menu
Hi
Is there a way to target only the current menu item hover color?
Right now it’s changing when the mega menu gets pulled down, and I think it’s confusing.
I’d like to stay orange.
thanks
Hey Nancy!
Please add following code to Quick CSS
li.current-menu-item:hover>a>.avia-menu-text {
color: orange!important;
}
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field
Best regards,
Yigit
thanks – that kind of worked but it seems like it changes to dark gray (like I have it set in the advanced styling hover state only) and then back to orange again. Do I have to set them all separately?
Hi!
Please use this to keep the “orange” color on active menu items:
.header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a {
color: #db5000 !important;
}
Cheers!
Ismael
thanks that seemed to work!