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 ?
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
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
Hi ThibUbi,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
Victoria