Filters colors won't change
Hey there,
I have this filter for my blog's categories and the main color is the theme base but the color of the filters when they're not selected is a gray I can't change. I'll send a screenshot.
Is there a way to change the gray of the unselected filters? It dies in our background.
Thanks!
Comments
Hi,
Please, use the following CSS code:
#Filters .categories li:not(.current-cat) a{ color: #000!important; }Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.
Thanks