Tagged: ,

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #396183

    Hey,

    The main menu button “Free Quote” hovers to a blank state. How do I fix this?

    Thanks.

    #396225

    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

    • This reply was modified 9 years, 9 months ago by begrafiks.
    #396565

    Hi!


    @begrafiks
    code look like it should work, did you try it out?

    Cheers!
    Rikard

    #398244

    No that didn’t work. Still blank.

    #398249

    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

    #398255

    Still the same.

    It worked. Thanks!

    • This reply was modified 9 years, 9 months ago by harris.
    #398260

    Hi!

    Please flush browser cache and refresh your page a few times. I cannot reproduce the issue anymore :)
    You are welcome, glad we could help! :) Let us know if you have any other questions or issues

    Cheers!
    Yigit

    • This reply was modified 9 years, 9 months ago by Yigit.
Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Menu button hover to blank’ is closed to new replies.