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 colour and font size of text in a custom menu widget in the header

Resolved 3 replies premiumthemetheme-vantage
10 years ago · Last reply by Andrew Misplon 10 years ago

Hi

I’m getting started working on a new site, and have set up a custom menu inside a widget in the header. Is there any way to change the colour and font size of the links in that menu? At the moment they’re grey, and just match the font (but not the size?) of the body text for the rest of the site. Thanks for your help!

Peter

URL: http://cheerso.me.uk/

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, 5 months ago

    Hi Peter

    Unfortunately, not included in the Customizer settings at the moment. Try the following at Appearance > Custom CSS:

    /* Header Custom Menu Widget */
    #header-sidebar .widget_nav_menu ul.menu > li > a {
        color: #000000;
        font-size: 15px;
    }

    Adjust as required.

  2. Peter Tye 10 years, 5 months ago

    Worked like a charm! Thank you.

  3. Andrew Misplon Staff 10 years, 5 months ago

    Super, glad to hear that helped :) 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