Home>Support>How to change menu text to Bold in header?

How to change menu text to Bold in header?

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. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 7 months ago James

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

  2. 9 years, 7 months ago James

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

  3. 9 years, 7 months ago Daniel
    Hi, I Work Here

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

    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. 9 years, 6 months ago Daniel
    Hi, I Work Here

    Hi matabra,

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

    Please let me know!

    • 9 years, 6 months ago matabra1111

      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. 9 years, 6 months ago Andrew Misplon
    Hi, I Work Here

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More