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].
I wan to how I can highlight the menu option/web page that the user is on? I use Vantage Premium theme.
Hi Anjani
In Vantage Premium you can head to Appearance > Customize > Menu and select the Current Page Background and Current Page Text. If you’re running Vantage Free you can view our premium upgrade offering from Appearance > Premium Upgrade. In Vantage Free you could use the following CSS selectors in a Custom CSS module like Jetpack Custom CSS and edit as required:
/* Vantage Current Menu Item Colors */ .main-navigation ul li.current-menu-item > a { background-color: #dd3333 } .main-navigation ul li.current-menu-item > a, .main-navigation ul li.current-menu-item > a [class^=”icon-“] { color: #dd3333 }Thanks Andrew. Given code working. :)
Super, glad we could help there.