Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #466628

    I am having an issue with my header. The font color of the menu items is set to be in white. It works correctly until I scroll down and the shrinking header shows up. For some reason, now the font color changes to grey. The same thing happens on the dropdown menu.

    I want the active menu items to be #018db0 and the non active menu items to be white. I also want the hover color for menu items #018db0 Josue provided me some code before to accomplish this but it only seems to work at the top of the page. When I scroll down and the header shrinks it doesn’t work anymore. I believe it was part of the code below. Can you please provide me with some quick css to accomplish this? Thanks!

    #top .av_header_transparency  #top .av_header_transparency .main_menu ul ul, #top .av_header_transparency .main_menu .menu ul li a{
        background: black !important;
    }
    #top .av_header_transparency .sub-menu a {
        border: 0 !important;
        box-shadow: none !important;
    }
    
    /* Menu item hover and current-menu-item color */
    #top .av_header_transparency .av-main-nav li a:hover .avia-menu-text, #top .av_header_transparency .av-main-nav li.current-menu-item > a > .avia-menu-text{
        color: #018db0 !important;
    }
    
    /* Menu indicator color */
    #top .av_header_transparency .avia-menu-fx{
        background: #018db0;
    }
    #467220

    Hey djshortkut!

    Please go to Enfold theme options > Advanced Styling tab and edit “Main menu links”

    Cheers!
    Yigit

    #467239

    Ok, I was able to solve this. You can close this thread.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Header Font Color Issue’ is closed to new replies.