Change Filter Font and Hover Colour
Hi there,
How do I change the font colour of the Portfolio filter?
I would like the Active colour to be: #1FB0F6
Hover colour: #1FB0F6
Normal/not active colour: #7F7F7F
Page is here: https://p5clim231.nz.w3pcloud.com/projects/
Comments
Hi,
Active color for filters is taken from Betheme -> Theme options -> Colors -> Content:
Inactive color is predefined, so if you want to change it, use the following CSS code:
#Filters .categories li:not(.current-cat) a{ color: #7F7F7F!important; }Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.
Best regards