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].
How would i change the font color of the active menu item in a sticky menu?
Color is different from the ‘normal’ menu.
Hi Mail Box
Please try the following in your custom CSS
/* Vantage Current Menu Item Colors */ .main-navigation ul li.current_page_parent > a, .main-navigation ul li.current_page_item > a { background-color: #dd3333 } .main-navigation ul li.current_page_parent > a, .main-navigation ul li.current_menu_item > a [class^="icon-"], .main-navigation ul li.current_page_parent > a, .main-navigation ul li.current_page_item > a [class^="icon-"] { color: #ffffff }Just change the colour codes to match what you need
Let us know how you get on
Magus
great!