Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hi guys,
Ive taken all the steps mentioned on the thread below, but I still cant see/find the menu/page layout color feature.
Please helpp!! :):O
Thanks!!
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; }