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 Vantage Menu Items Font

Resolved 5 replies questionthemetheme-vantage
10 years ago · Last reply by Support Assistants 10 years ago

I am trying to change my menu items font on https://wp-bullet.com and have tried the suggestions from here but they are not working.

Here is what I’ve tried

#menu .main-navigation ul a {
font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
font-weight: normal;
  font-style: italic !important;
}
#menu .main-navigation ul li a {
font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
font-weight: normal;
  font-style: italic !important;
}

I saw in that thread that it will be possible to change the font from the customizer, is this something that will be implemented any time soon?

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

Need fast email support? Get SiteOrigin Premium

Replies

5
  1. Support Assistants 10 years, 1 month ago

    Hi

    Thanks for your question.

    Your Custom CSS is correct. “Helvetica Neue” is the default font, in order to change your menu font you’d need to edit the font-family value in your Custom CSS. What are you trying to change it to?

  2. blindpet 10 years, 1 month ago

    I thought it was correct too but it isn’t doing anything, if you look on the live site https://wp-bullet.com my menu is neither non-bold nor become italicized.

  3. Support Assistants 10 years, 1 month ago

    Almost there!

    Right now you’re saying:

    #menu .main-navigation ul a {
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: normal;
      font-style: italic !important;
    }
    #menu .main-navigation ul li a {
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: normal;
      font-style: italic !important;
    }

    Please, remove both rules are replace with:

    #masthead .main-navigation ul li a {
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: normal;
    font-style: italic !important;
    }
  4. blindpet 10 years, 1 month ago

    Fantastic, that is working to change the menu font.

    Thank you!

  5. Support Assistants 10 years, 1 month ago

    Awesome :) Glad 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.

Have a different question or issue?

Start New Thread