Hi,
I have managed to change the filter color by typing the following CSS (screenshot) to change hover and current categories color, however, the underscore remains black. How can I change the color of the underscore to white?
Thanks :)
Please, try the following CSS code:
#Filters .filters_wrapper ul li.current-cat a::after{ background-color: #213705!important; }
Thanks
Thanks so much, I changed the color code to white and then it worked. :)
Comments
Hi,
Please, try the following CSS code:
Thanks
Thanks so much, I changed the color code to white and then it worked. :)