Tagged: sub-menu
Could you take a look at my website?
http://www.revolutionthemusical.co.uk
I am at a loss as to how to format the colour of the font in the Sub Menu at the top of the homepage. I want to get white text on my red background. Also can you change the font itself?
Any help most appreciated!
Hi Revolution!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
#top .av-subnav-menu li a { color: white; font-family: georgia; }
Cheers!
Yigit
Thanks Yigit, that worked perfectly. Two quick follow-up questions if I may:
1. Will this allow Google fonts to be used too?
2. How would I make the colour change when hovering over a link?
Hi!
1- Please refer to this post if you would like to add new Google Fonts – http://kriesi.at/documentation/enfold/register-additional-google-fonts-for-theme-options/
2- Please add following code to Quick CSS as well
#top .av-subnav-menu li a:hover {
color: black;
}
Best regards,
Yigit