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.

Replies

5
  1. Daniel Staff 10 years, 11 months ago

    Hi Kdm-site

    You can change this with some custom CSS. If you navigate to Appearance > Custom CSS, you’ll get our custom CSS editor. Just add the following code.

    ul#menu-menu-1 {
        font-size:15px!important;
    }

    You can change the size in px to achieve desired size

    Cheers

  2. kdm-site 10 years, 11 months ago

    Thank you. I was using the wrong code — I used: .

    main-navigation {
    margin: 0 -35px;
    background: #343538;
    font-size: 20px;
    position: relative;
    /* Font awesome icons */
    /* General menu link styling */
    /* For when the menu becomes a sticky menu */

    What is this (incorrect) code ‘handling’?

    Also, I added font-weight: bold; to your code and while I got the size I want the text didn’t change to bold. Any suggestions. I’d like to change the color too.

    Thx.

  3. Daniel Staff 10 years, 11 months ago

    Try this

    #header-sidebar .widget_nav_menu ul.menu > li > a {
    /*replace red with the color of your choice*/
    color: red!important;
    /*to change how bold it looks adjust the font-weight number*/
    font-weight: 600!important;
    }

    Alternatively here is a guideon how to customize the menu. Please have a look

    Link: https://siteorigin.com/vantage-documentation/customizations/menu/

    Cheers

  4. kdm-site 10 years, 11 months ago

    Thx!
    ~Lynne

  5. Daniel Staff 10 years, 11 months ago

    Perfect :-)

    Always feel free to open a new thread whenever you require support

    Cheers

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