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.

How to change menu text to Bold in header?

11 years ago · Last reply by Andrew Misplon 11 years ago

Ok, so this is kind of the following thread continued:

Change font of text in menu widget in masthead

I have this as custom CSS:

#header-sidebar .widget_nav_menu ul li {
font-family: Arial, “Helvetica Neue”, Helvetica, sans-serif;
font-size: 15px;
}

How to change menu text to “Bold” style in header?

Thanks,

M

URL: http://www.agsurvey.no

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

7
  1. James 11 years, 8 days ago

    #header-sidebar .widget_nav_menu ul.menu > li > a {
    text-decoration: none;
    color: #495760;
    font-weight: bold;
    }

  2. James 11 years, 8 days ago

    #header-sidebar .widget_nav_menu ul.menu > li > a {
    text-decoration: none;
    color: #495760;
    font-weight: bold !important;
    }

  3. Daniel Staff 11 years, 8 days ago

    Hi there,

    Kindly place the following custom css at the bottom of the style.css file located via Appearance > Editor > Styles.css

    #header-sidebar .widget_nav_menu ul.menu li  a{
        font-weight:bold !important;
    }

    Try that out and let me know if it works for you

    Cheers :)

  4. matabra1111 11 years, 8 days ago

    Ok, so I put the code into Style.css, but that didnt work. Tried to put in custom css and it worked:)

    I have a question: is vantage Ajax Powered?

    Thanks!

    M

  5. Daniel Staff 11 years, 8 days ago

    Hi matabra,

    Is there a particular thing you want to ajaxify in the Vantage theme?

    Please let me know!

    • matabra1111 11 years, 3 days ago

      On the setting on a extension (think it was an instagram feed extension) it asked med: ” If Your theme is Ajax Powered, check this Box”….

      thanks,

      M

  6. Andrew Misplon Staff 11 years, 3 days ago

    Hi matabra1111

    Glad to hear you’ve made progress here. Please remember to never make changes directly to theme files like style.css as those changes aren’t upgrade safe. Appearance > Custom CSS is an upgrade safe location for any Custom CSS snippets you’d like to add to your theme.

    With regards to Vantage being Ajax powered. I think that plugin might be asking is certain resources are being pre-loaded. You’d need to check with the developer exactly what resources they are looking for in regards to that setting. You could also just try with that setting ON and OFF and see if there is any difference.

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