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

    how to change the color of the small bar below an active menu item?

    #660950

    Hey jelle,

    You can change the color by going to Advanced Styling in the Enfold theme options. There you can select the menu items to edit and change the highlight color there.

    Best regards,
    Jordan

    #660996

    hi jordan.
    i tried the whole lot, but the bar keeps on having the same color

    #661423

    Hi,

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

    .avia-menu-fx {
        background: green !important;
    }
    .html_header_top .header_color .main_menu ul:first-child >li > ul, .html_header_top #top .header_color .avia_mega_div > .sub-menu { 
    border-top-color: green !important; 
    }
    

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.

    Best regards,
    Yigit

    #661509

    thanks yigit, great stuff!

    #661521

    Hey!

    You are welcome, glad we could help! Let us know if you have any other questions or issues :)

    Regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘bar below menu item’ is closed to new replies.