This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Menu Fonts

Resolved 5 replies premiumthemetheme-vantage
11 years ago · Last reply by Andrew Misplon 11 years ago

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.

Need fast email support? Get SiteOrigin Premium

Replies

5
  1. Andrew Misplon Staff 11 years, 1 month ago

    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. Pat Dykes 11 years, 30 days ago

    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. Andrew Misplon Staff 11 years, 29 days ago

    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. Pat Dykes 11 years, 29 days ago

    Thanks Andrew that did the trick greatly appreciated.

    Regards
    Pat

  5. Andrew Misplon Staff 11 years, 29 days ago

    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.

Have a different question or issue?

Start New Thread