I already asked this question before
http://socialmediamarketing.tips/
I want to change the color of those category tags.
I used to ask this question before and it was answered like this http://designwall.com/question/can-i-change-color-for-each-category-for-my-social-media-website/
But my developer team already tried this and its seem not working.
can you please recheck this method is it work?
Thank
1 Answers
To change the color of the Categories tag, you can add the following code to the style.css file:
.hentry .categories-links a:first-child { background: #...; }
.hentry .categories-links a { background: #...; }
– If you want to change the color of the categories tag in the single post, you can add the following code to the style.css file:
.single .hentry .entry-inner .categories-links a { background: #...; }
.hentry .categories-links a:first-child { background: #...; }
Hope this helps !
Please login or Register to submit your answer