Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1089459

    How can I best set the styling of active menu items in the transparent header option? Currently it only works in the sticky header. The active menu item has a different color. But in the default menu state (not scrolled), the active color isn’t showed.

    I’ve set the active color in the Advanced Styling panel, using the Main menu links option.

    Other things I’ve tried, but without succes: General Styling and Custom CSS.

    Any suggestions?

    #1090358

    Hey Wouter,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top #header.header_color.av_header_transparency .av-main-nav > li.current-menu-item > a .avia-menu-text {
          color: #c58608;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1091331

    Ok, fixed it with this CSS: .current-menu-item .avia-menu-text { color: #c58608 !important; }

    #1091558

    Hi wvanderzee,

    Glad that it’s fixed. :)
    Let us know if you need further assistance.

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.