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 and Page Layout Color

Open 1 reply themetheme-vantage
Started · Latest reply by Andrew Misplon

Hi guys,

Ive taken all the steps mentioned on the thread below, but I still cant see/find the menu/page layout color feature.

unable to change menu color / no feature “select color”

Please helpp!! :):O
Thanks!!

URL: http://nazarenosumare.com.br

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

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Andrew Misplon Staff

    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