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, 10 years ago. Last reply by Andrew Misplon, 10 years ago.
Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].

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. 10 years, 2 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. 10 years, 2 months ago mela

    Thanks that worked!

  3. 10 years, 2 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