Home>Support>How to resize the website font title and the menu?

How to resize the website font title and the menu?

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…

URL: http://escritoresamadores.com.br

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 10 years, 8 months ago Andrew Misplon
    Hi, I Work Here

    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;
    }
    
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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More