Changing colour and font size of text in a custom menu widget in the header
Hi
I’m getting started working on a new site, and have set up a custom menu inside a widget in the header. Is there any way to change the colour and font size of the links in that menu? At the moment they’re grey, and just match the font (but not the size?) of the body text for the rest of the site. Thanks for your help!
Peter
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
3Hi Peter
Unfortunately, not included in the Customizer settings at the moment. Try the following at Appearance > Custom CSS:
/* Header Custom Menu Widget */ #header-sidebar .widget_nav_menu ul.menu > li > a { color: #000000; font-size: 15px; }Adjust as required.
Worked like a charm! Thank you.
Super, glad to hear that helped :) All the best.
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.