Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
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…
Hi 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; }