changing menu font size if the menu is in the header
I’m trying to increase the font size of my menu. I tried
/* Vantage set menu font family and size */
.main-navigation a {
font-size: 14px !important;
}
which I saw in another thread but it doesn’t work. My menu is in the header. I’m not sure if that affects it.
URL: http://melapc.net
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
3Hi mela
That’s it. Your menu isn’t in the main-navigation div so the CSS you’ve tried won’t work. You’ll need:
/* Header Widget Menu */ #header-sidebar .widget_nav_menu ul.menu > li { font-size: 14px; }Adjust as required.
Hope that helps.
Thanks that worked!
Super, glad to hear that did the trick :)
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.