Hello !
Here is the code for that:
.td-post-category {
background-color: red;
}
You can change the color from red to anything and paste the code here: https://www.screencast.com/t/J1Nxw5s5
Thank you !
Thank you for your help!
I have more questions about colours.
– What is the code to change that rectangle, which is also black, on the category page and the rectangle where it is written ‘latest’?

– What is the code to change the background of a rectangle for tags?

-
This reply was modified 7 years by
wpsun.
Hello !
Here are the codes: https://www.screencast.com/t/NjjUkmPbEYj
.td-post-category {
background-color: blue;
}
.td-grid-style-1 .td-post-category {
background-color: red;
}
.td-category-header .td-pulldown-filter-display-option {
background-color: green;
}
.td-category-header .td-pulldown-filter-list {
background-color:green; j
}
I’m sorry I cannot find tags on our demo, please provide us a link to your website so I can see and provide a good css code.
Thank you !
Hello !
Here are the codes:
.td-post-small-box a {
background-color:green;
color: cyan;
}
.td-post-small-box span {
background-color: green;
color: cyan;
}
Here is the result: https://www.screencast.com/t/3H5nS5ZFbrC
I hope this was helpfull !
Thank you !
Hello !
Here it is: https://www.screencast.com/t/CwBWXoebec3
.entry-category a {
color: yellow;
background-color: blue!important
}
.td-category a {
color: yellow!important;
}
I hope this was helpfull !
Thank you !


