Hello,
I am having issues for some reason changing the font color of the main menu at the top of a page. When I scroll down it the sticky header creates the color scheme I would like to have when you are at the top of a page too. I am hoping to have the Main Menu items blue and the active page and hover color gold. Can you please tell me how I can change the color of the Menu items at the top of the page to blue and keep the active tab and hover color as gold.
Thanks,
Mikenna
Hey rge-solutions,
So you want to change the color on scroll?
Best regards,
Jordan Shannon
Hello Jordan,
No i want to change the color when you first land on a page. I like to color when it is on scroll and shifts to the sticky header.
Thanks,
Mikenna
Hi,
Add this to quick css:
#avia-menu li a span{
color:rgb(12, 35, 64)!important;
}
Best regards,
Jordan Shannon
HI Jordan,
That work for changing the top to be the blue color, however it overrides the active state and hover color being gold. Is the additional css I would add to have an active state color for gold and a hover color for gold as well.
Thanks,
Hi,
Add this to quick css:
#avia-menu li a span:hover{
color:#d3a344!important;
}
Best regards,
Jordan Shannon
Hi Jordan,
Thank you. The last thing would be what is the css for the active state menu item to be gold as well?
Thanks,
Hi,
Add this to quick css:
#avia-menu li.current-menu-item a span{
color:#d3a344!important;
}
Best regards,
Jordan Shannon
Thank you!
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon