Hey,
The main menu button “Free Quote” hovers to a blank state. How do I fix this?
Thanks.
Hi harris ;
in your styles I’ve found this line :
#top #header .av-main-nav > li:hover > a{color:#c81016;}
Try to add this in to your custom css :
#top #header .av-main-nav > li #menu-item-10271:hover > a{color:#fff;}
in order to have a “white” color in case of hover
No that didn’t work. Still blank.
Hi!
Please use following code in Quick CSS field
li#menu-item-10271:hover>a>.avia-menu-text {
color: white!important;
}
@begrafiks thank you! :)
Cheers!
Yigit