How do I change the hover color on the mobile menu from green?
Also want the change color of the mobile menu font?
Hey crewneck!
Please add following code to Quick CSS
#mobile-advanced li > a:hover, .html_header_mobile_behavior #mobile-advanced span:hover, .html_header_mobile_behavior #mobile-advanced span:hover a {
background-color: red;
}
#mobile-advanced .avia-menu-text {
color: orange!important;
}
Regards,
Yigit
Awesome! Thanks