Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1215071

    I’m using a transparent header on the home page with white font-color on the menu items

    But need to change font to black after it scrolls down and becomes a fixed menu header

    #1215108

    Hey kodacurrie,

    Please provide a link to the site/page in question so we can look into this further.

    Best regards,
    Jordan Shannon

    #1215258

    it’s the menu at the top
    thank you!

    #1215279

    Hi,

    Add this to quick css:

    #top #header .av-main-nav li a .avia-menu-text{
    color:#fff!important;
    }
    
    #top #header.header-scrolled .av-main-nav li a .avia-menu-text{
    color:#000!important;
    }

    Best regards,
    Jordan Shannon

    #1215289

    That worked! Thank you. (you can close this thread now!)

    #1215313

    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 6 posts - 1 through 6 (of 6 total)
  • The topic ‘change menu font color on transparent header’ is closed to new replies.