Home>Support>Navigation menu font changes

Navigation menu font changes

I changed the navigation menu font on my blog from Georgia to Open Sans a couple of days ago. Today I noticed that when I’m logged out, the font reverts to Georgia, but when I’m logged in it’s Open Sans.

This is the code I have in Custom CSS:

.menu a {
	font-family: "Open Sans";
  font-size: 14px;
}

What modification do I need to make to the code to stop the reversion?

Many thanks in advance for your help!

URL: http://thecontentbloke.com/

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 10 years, 20 days ago Andrew Misplon
    Hi, I Work Here

    Hi Robert

    This possibly the result of your caching plugin. Please try clearing your site’s cache via the plugin’s interface and see if that resolves the challenge.

  2. 10 years, 14 days ago Robert Traynor

    Andrew

    I’ve deleted the blog’s cache and my browser’s cache, but the problem still persists. It persists regardless of whether I use the latest versions of Firefox and Internet Explorer.

    Could my browsers be choosing Georgia over Open Sans?

  3. 10 years, 14 days ago Andrew Misplon
    Hi, I Work Here

    Apologies, I missed a beat when I went over this ticket originally. Your Custom CSS should be:

    /* Vantage Set Menu Font Family and Size */
    
    .main-navigation {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 12px;
    }
    

    Just swap out your properties for mine or change your selector to .main-navigation, should do the trick. Sorry for missing that.

  4. 10 years, 11 days ago Robert Traynor

    That did the trick, Andrew.

    Thank you so much!

  5. 10 years, 10 days ago Andrew Misplon
    Hi, I Work Here

    Super, glad to hear that helped.

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