How to change body font without change the menu?
Hi! I´m in trouble! When I change the body font the menu font changes too!
I put the code bellow but nothing happens, not even the font resizes:
/* Vantage set menu font family and weight */
.main-navigation a {
font-family: Tangerine, Helvetica, Arial, “Lucida Grande”, sans-serif;
font-weight: 27px;
}
What do I do right now?
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
3Hi Airam
Google Fonts need to be imported in order to work. So if you’re not using that font anywhere in the Customizer, stating it in Custom CSS won’t have any effect and the next font in line, Helvetica will be used.
Here is the page you can setup the CSS import from: http://www.google.com/fonts#UsePlace:use/Collection:Tangerine
Insert the following at the very top of Appearance > Custom CSS, that should do the trick for your menu font:
That works perfectly! Thanks!
Super, glad that helps.
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.