how to change the color of the small bar below an active menu item?
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
hi jordan.
i tried the whole lot, but the bar keeps on having the same color
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
thanks yigit, great stuff!