Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #355760

    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

    #355776
    This reply has been marked as private.
    #355777
    This reply has been marked as private.
    #356309

    Hey!

    Try adding this to your custom CSS.

    .header-scrolled .current_page_item > a {
        color: black !important;
    }

    Cheers!
    Elliott

    #356433

    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;}

    #356435
    This reply has been marked as private.
    #356783

    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

    #357318

    Thank you!

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Logo Area Background Color’ is closed to new replies.