How do I make the current full width submenu element item link change color when the the link is active?
Hi mrivas1804!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av-subnav-menu > li.current-menu-item > a > .avia-menu-text {
color: orange;
}
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Cheers!
Yigit