This topic has 4 replies, 2 voices, and was last updated 5 years, 8 months ago ago by Rose Tyler
Hi
When I’m in a category shop page (a shop page with a category filter active) , The active menu entry is invisible (cause white font when active it seems) … so i’d like to change this active menu font-color but don’t find how ..
Can you help me please ?
Hello,
The active color you can change via Theme options > Styling > Main Color.
Regards
Sorry I mis-explained my problem ; i’m talking about the shop’s categorie menu
This white color comes from Main color in Theme Options http://prntscr.com/mxul0m same for this http://prntscr.com/mxullj White color, in this case, make elements invisible on your site because it is the same as the background color of the site.
Of course, you can add custom CSS code to change active color for current category in the sidebar:
.sidebar-widget ul li.current-cat>a {
color: #cfd571;
}
but you have other elements that look a bit incorrect because of the white active color, so I would recommend you to change the active color via Theme Options instead of changing color for elements one by one via custom CSS code.
Regards
You must be logged in to reply to this topic.Log in/Sign up