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

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

    Hi Natalie

    The expanded Customizer is unfortunately only available in the premium version of Vantage. You can review the premium offering from Appearance > Premium Upgrade.

    You could also set the menu colors by inserting the following into a Custom CSS module/plugin like the one included with WordPress Jetpack and edit as required:

    /* Vantage Menu Colors */
    .main-navigation {
    background: #343538 !important;
    }
    .main-navigation a {
    color: #e2e2e2 !important;
    }
    .main-navigation ul li:hover > a {
    background: #00bcff !important;
    color: #FFFFFF !important;
    }

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