Tagged: submenu
I would simpley like to change the color of the submenu fonts from grey/white to a dark blue. (#084a79) As they are now, the sub level drop downs are too light. I have attempted to edit the color selection in the “Main Menu sublevel Links” under the advanced styling section of the Enfold Theme Options. None of the changes seem to have any effect.
Can anyone offer a solution? Thanks in advance.
Hey Cirrus756,
Try adding this css code in Quick CSS (Located in Enfold > General Styling):
#top #header #avia-menu .sub-menu a {
color: #084a79;
}
Hope this helps.
Best regards,
Nikko