How do I change the color of the JQuery filters on the blog.
How do I change the color of the JQuery filters on the blog ?
I want a color for each category, I was using the code below, but it does not work just in the filters.
#Filters .filters_wrapper ul li a.category-comunicacao {
display: block;
padding: 7px 10px;
background: #000 !important;
border: 1px solid #F7F7F7;
color: #858585;
}
Comments