Hi guys,
Which one of these settings do I change to make the page link fonts turn a darker color when I scroll down? As you can see it stays light light grey which is difficult to see. The page links need to be white then change to a darker grey when scrolling down. Is there a setting or do I have to use CSS?
Thanks, Jasmer
Hey!
Try adding this to your custom CSS.
.header-scrolled .current_page_item > a {
color: black !important;
}
Cheers!
Elliott
Thanks I ended up using this. Any difference? Seems to work. Can you check it out please and let me know if there is any problem..
.header_color .main_menu ul:first-child > li > a
{
color: #8f8c8f;}
.header_color .social_bookmarks a
{
color: #8f8c8f;}
Hi!
It looks fine. If you would like to change the color of phone number when scrolled down, please add following code to Quick CSS as well
.header-scrolled .phone-info span {
color: #8f8c8f;
}
Regards,
Yigit
Thank you!