How to change the font colour in menu
Hi. I’m wanting to change the colour of the font in the navigation menu at the top of the page as it’s very pale and I’ve changed the header area to white (see http://www.videeeo.com).
Can you give me the CSS to change that please?
Thanks.
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
2Hi swoledge
Sure. Head to Appearance > Customize > Menu. All the color options for your menu can be found there.
Hope that helps.
Whoops, apologies, wrong theme.
Focus doesn’t currently have this as a Customizer option, I was thinking of our Vantage theme.
Insert the following under Appearance > Custom CSS. Edit the colors there as required. The first color is the link color, the second the link hover color:
/* Focus Menu Colors */ #masthead .site-navigation .menu-wrapper ul li a { color: #fff; } #masthead .site-navigation .menu-wrapper ul li:hover > a { color: #ccc; }Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.