Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1230390

    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

    #1230406

    Hey rge-solutions,

    So you want to change the color on scroll?

    Best regards,
    Jordan Shannon

    #1230418

    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

    #1230468

    Hi,

    Add this to quick css:

    #avia-menu li a span{
        color:rgb(12, 35, 64)!important;
    }

    Best regards,
    Jordan Shannon

    #1230658

    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,

    #1230803

    Hi,

    Add this to quick css:

    #avia-menu li a span:hover{
        color:#d3a344!important;
    }

    Best regards,
    Jordan Shannon

    #1230960

    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,

    #1230962

    Hi,

    Add this to quick css:

    #avia-menu li.current-menu-item a span{
        color:#d3a344!important;
    }

    Best regards,
    Jordan Shannon

    #1230970

    Thank you!

    #1230971

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Main Menu Font Color at Top of Page’ is closed to new replies.