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

    Hi,

    How do I change the active menu item with a transparent header? Everything works except for the active menu item. Site details in private content.

    Thanks,
    Gabe

    #763433

    Hey connect4consulting,
    Try this code in the General Styling > Quick CSS field:

    #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: #EA9137 !important;
    }

    Best regards,
    Mike

    #763665

    Hi Mike,

    That’s helpful. Now how do I make the same change when it’s not a transparent header. See my private content for the non transparent header location.

    Thanks!

    #765448

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #top .av-main-nav li a:hover .avia-menu-text, #top .av-main-nav li.current-menu-item > a > .avia-menu-text {
        color: #EA9137 !important;
    }
    

    Best regards,
    Yigit

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