Home>Support>How to resize the website font title and the menu?
  1. 9 years, 10 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