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.

Menu Fonts

Open 1 reply themetheme-vantage
11 years ago · Last reply by Andrew Misplon 11 years ago

I am currently using the Vantage Theme – Premium. I am used to having an option to have the menu fonts bold, italic, or both. An option for this would be awesome! I would prefer not to use css or theme edit, however, is there a way to achieve this option?

Thanks!

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

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Andrew Misplon Staff 11 years, 2 months ago

    Hi Patrick

    Thanks for your input. We have this down to implement as a future feature. Using a Custom CSS plugin is upgrade safe, doesn’t cause performance issues and is essentially what the Customizer does, it inserts a little CSS in the head of the page.

    Here is the selector you can use:

    /* Vantage Menu */
    .main-navigation {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
    }

    Change and or remove properties there as required. If you’re using Vantage Premium insert under Appearance > Custom CSS. If you’re using Vantage Free use a plugin like Simple Custom CSS or Jetpack Custom CSS.

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