Tagged: colors
Hi,
The theme seems to be applying colors to the navigation links that are variations of the ones I select in the theme options. Typically, they are lighter until I hover over them, then they’ll display the color I’ve prescribed.
How do I control those colors off hover as well?
Hi bkheld!
Please add following code to Quick CSS in Enfold theme options under Styling and adjust as desired
.header_color .main_menu ul:first-child > li a { color: black!important; }
Regards,
Yigit
Thanks Yigit. That did the trick.