Hi, I found the below code on the forum to change hover color for main menu items. Unfortunately it also does something to the hamburger menu on mobile and it turns it into a white block when clicked. Can you please help me make the below code not apply to the hamburger menu?
Thanks!
Rob
/* change hover color on menu items */
#top #header #avia-menu > li:hover > a {
background: #fff !important;
border: 0 !important;
}
#top #header #avia-menu > li:hover > a span.avia-menu-text {
color: #c3986f !important;
border: 0 !important;
}
Hey goldengate415,
Please try this CSS instead:
#top #header .menu av-main-nav > li:hover > a {
background: #fff !important;
border: 0 !important;
}
#top #header .menu av-main-nav > li:hover > a span.avia-menu-text {
color: #c3986f !important;
border: 0 !important;
}
Best regards,
Rikard
Thanks, Rikard, good to see you and hope you’re well. OK to close the thread – I am all set.
Thanks much,
Rob