Hi,
how to change e.g. color in menu and sidebar on active page?
Hi,
how to change e.g. color in menu and sidebar on active page?
Hi Teem,
Thank you for writing in, Navbar Links Hover and active color can be set under Theme Options > Header
For the active sidebar menu item, you can add this to Theme Options > CSS
/*current sidebar menu item*/
.widget ul li.current_page_item a, .widget ol li.current_page_item a {
color: red;
}
Hope it helps,
Cheers!
Thanks 
And when single product active page?
Hi @matuskm,
It should be the same, since the current menu item will match on the product page. Unless, you added your product as custom link in the menu, then it will not work. Please check this for proper way of adding products to menu.
https://docs.woocommerce.com/document/docs-menus/adding-product-categories-to-menus/
Thanks!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.