Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #395730

    How do I change the hover color on the mobile menu from green?

    Also want the change color of the mobile menu font?

    #395733

    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

    #395740

    Awesome! Thanks

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Change Mobile Menu hover color and the font color’ is closed to new replies.