Home>Support>Menu Fonts

Menu Fonts

Have tried all your forum advice but no success.(I did with the masterhead). I’m trying to increase the font size on the menu all pages eg. Home, Cart, Checkout, Shop, Contact us. My url is www.nzfes.co.nz. If you could suggest code to add would be greatly appreciated. I have Vantage premium.

regards,
Pat

URL: http://www.nzfes.co.nz

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

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

    Hi Pat

    Insert the following under Appearance > Custom CSS and edit as required:

    /* Vantage Set Menu Font Size */
    
    .main-navigation {
    font-size: 16px;
    }
    

    Should do the trick.

  2. 9 years, 8 months ago Pat Dykes

    Andrew this is what I put into custom css.
    header#masthead {
    background-repeat: no-repeat;
    background-position: top center !important;
    background-size: 1690px;
    header#masthead hgroup .logo img {
    width: 1080px;

    .main-navigation {
    font-size: 20px;
    }
    If you look at the website no change.

    Have tried this code from the forums.

    Thought it may of been something I’m doing wrong.

    Is there any way of making the masterhead background responsive to different screen sizes.
    Thanks
    Pat

  3. 9 years, 8 months ago Andrew Misplon
    Hi, I Work Here

    Hi Pat

    Doesn’t look like you’re closing your selectors. Each open curly bracket needs a matching close curly bracket.

    header#masthead {
    background-repeat: no-repeat;
    background-position: top center !important;
    background-size: 1690px;
    }
    
    header#masthead hgroup .logo img {
    width: 1080px;
    }
    
    .main-navigation {
    font-size: 20px;
    }
    
  4. 9 years, 8 months ago Pat Dykes

    Thanks Andrew that did the trick greatly appreciated.

    Regards
    Pat

  5. 9 years, 8 months ago Andrew Misplon
    Hi, I Work Here

    Super, glad that helped.

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