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.

Replies

3
  1. Daniel Staff 10 years, 11 months ago

    Hi Joachim,

    Here is a guide on how to do adjust that

    Link: https://siteorigin.com/vantage-documentation/customizations/menu/

    Alternatively:

    You can fix/change this with some custom CSS. If you navigate to Appearance > Custom CSS, you’ll get our custom CSS editor. Just add the following code.

    .main-navigation ul li.current-menu-item > a, .main-navigation ul li.current-menu-item > a [class^="fa fa-"], .main-navigation ul li.current-page-item > a, .main-navigation ul li.current-page-item > a [class^="fa fa-"] {
      color: #0EBEFF !important;
    }
    .main-navigation ul li.current-menu-item > a, .main-navigation ul li.current-menu-item > a [class^="fa fa-"], .main-navigation ul li.current-page-item > a, .main-navigation ul li.current-page-item > a [class^="fa fa-"]:hover {
      color: #FFFFFF !important;
    }
  2. Joachim Jalowy 10 years, 11 months ago

    thanks a lot!
    problem solved.
    funny part:
    – current page background was set to black. after update > white ???

    anyways – thank you Addo !!!!

    cheers
    jo

  3. Daniel Staff 10 years, 11 months ago

    Perfect :-)

    Always feel free to open a new thread whenever you require support

    Cheers

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