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.

changing menu font size if the menu is in the header

Resolved 3 replies premiumthemetheme-vantage
10 years ago · Last reply by Andrew Misplon 10 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.

Need fast email support? Get SiteOrigin Premium

Replies

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

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

    Thanks that worked!

  3. Andrew Misplon Staff 10 years, 9 months ago

    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.

Have a different question or issue?

Start New Thread