Home>Support>Font size secondary menu widget in header

Font size secondary menu widget in header

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. If you need fast email support, please purchase a SiteOrigin Premium license.

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

    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. 10 years, 10 days ago Martin Kleijwegt

    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. 10 years, 10 days ago Andrew Misplon
    Hi, I Work Here

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More