Home>Support>changing menu font size if the menu is in the header

changing menu font size if the menu is in the header

By mela, 9 years ago. Last reply by Andrew Misplon, 9 years ago.

I’m trying to increase the font size of my menu. I tried

/* Vantage set menu font family and size */

.main-navigation a {
font-size: 14px !important;
}

which I saw in another thread but it doesn’t work. My menu is in the header. I’m not sure if that affects it.

URL: http://melapc.net

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, 4 months ago Andrew Misplon
    Hi, I Work Here

    Hi mela

    That’s it. Your menu isn’t in the main-navigation div so the CSS you’ve tried won’t work. You’ll need:

    /* Header Widget Menu */
    
    #header-sidebar .widget_nav_menu ul.menu > li {
    font-size: 14px;
    }
    

    Adjust as required.

    Hope that helps.

  2. 9 years, 4 months ago mela

    Thanks that worked!

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

    Super, glad to hear that did the trick :)

    All the best.

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