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.

Font size secondary menu widget in header

11 years ago · Last reply by Andrew Misplon 11 years ago

Hi there,

In addition to my earlier comment https://siteorigin.com/thread/edit-menu-font-for-vantage-theme/#comment-43833 I’m asking the question how I can change the font size of secondary menu items in the header.

@Andrew: I tried your code (nice shot from the hip by the way ;-)), but this made no changes. This was your code:

.main-navigation ul ul a {
font-family: 'Open Sans', sans-serif;
}

For a good understanding: the widget to locate the menu items in the header comes from WordPress or from Vantage?

URL: http://www.tenniskampenamsterdam.nl

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Andrew Misplon Staff 11 years, 10 months ago

    Hi Martin

    With you now. I thought you were asking to change the font of main menu drop down items. Try this:

    /* Vantage Header Custom Menu Widget */
    #header-sidebar .widget_nav_menu ul li {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    }
  2. Martin Kleijwegt 11 years, 10 months ago

    Hi Andrew,

    Thanks! The code was located there. I added font-size to it in order to increase the font-size:

    #header-sidebar .widget_nav_menu ul.menu > li > a{
    display:block;
    text-decoration:none;
    color:#555555;
    font-weight:500;
    font-size:1.25em;
    padding:0.75em 0;
    line-height:1em;
    }

    This worked. All changes I do in Custom CSS so they won’t be deleted with theme updates. That’s an OK thing to do right?

    Thanks again. Martin

  3. Andrew Misplon Staff 11 years, 10 months ago

    Super, glad to hear you made progress there. That’s right, as long as those selectors are in Appearance > Custom CSS they’ll be upgrade safe.

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