How to resize the website font title and the menu?
Hello! I need to know how to resize the font menu and the title without modify the other fonts on the site…
I already have a premium account…
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi Alram
The site title can be adjusted by inserting the following under Appearance > Custom CSS:
/* Vantage Site Title */ header#masthead hgroup h1 { color: #666666 !important; font-family: Verdana, Geneva, sans-serif !important; font-size: 36px !important; }If you don’t need to adjust color or font-family just remove those lines.
The menu can be adjusted by inserting the following under Appearance > Custom CSS:
/* Vantage Set Menu Font Family and Size */ .main-navigation { font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 12px; }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.