Would you please tell me how to make the Header Secondary Menu items (located in very top header) appear underlined when the selected menu item page is active? I would also like to change the link text color to a custom color when the link’s page is active.
This does not seem to be working:
.sub_menu #avia2-menu>li.current-menu-item>a>.avia-menu-text {
text-decoration: underline;
}
Thank you so much!
Hey jeverbach,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.header_color .sub_menu ul:first-child > li.current-menu-item > a, .header_color .sub_menu ul:first-child > li.current_page_item > a {
color: orange;
text-decoration: underline;
}
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Best regards,
Yigit