Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1093328

    Hi,

    I would like to change the color of the hover’s menu button : when I scroll down, it goes blue but I would prefer to keep it white (only the button’s hover, not the rest of the menu).

    I opened a topic about it few days ago but it has been close, I don’t why.

    So I tried to add :

    .av-main-nav .current_page_item .avia-menu-text {
    color:#fff !important;
    }

    in the Quick CSS, and I cleared the cache but it still don’t work.

    What can I do ?

    #1093867

    Hey ThibUbi,

    .header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a {
     color:# fff !important;
    }

    Add this rule to your CSS file please.

    Best regards,
    Basilis

    #1094347

    Hey Basilis,

    Thanks for the answer, sadly it didn’t work neither. I asked to a developer friend which gave me this code to add in the quick css, and it’s working.

    #top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text {
    color: white!important;
    }

    Best regards,

    ThibUbi

    #1095274

    Hi ThibUbi,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.