a:active main menu
Hello,
how can I make the active link in my main menu, stick with a different color when activated?
Theme free Vantage
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi Janisley
Vantage Premium offers current menu item colors in the Customizer. If you’d like to review that offering head to Appearance > Vantage Premium.
If you’d like to stick with Vantage Free you could try the following in a Custom CSS plugin like Simple Custom CSS. Edit as required.
/* Vantage Current Menu Item Colors */ .main-navigation ul li.current-menu-item > a, .main-navigation ul li.current_page_item > a { background-color: #000000 } .main-navigation ul li.current-menu-item > a, .main-navigation ul li.current_page_item > a { background-color: #000000 } .main-navigation ul li.current-menu-item > a, .main-navigation ul li.current-menu-item > a [class^="icon-"], .main-navigation ul li.current_page_item > a, .main-navigation ul li.current_page_item > a [class^="icon-"] { color: #ffffff }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.