Customize colors for categories

Posted in: Newspaper
Post count: 114

Hello! On the Block 13 (for example) can I customize the color of the category tag, so that each category has its own color? Thanks so much!

Post count: 22421

Hello,

Sorry but the category colors are only grabbed on the post itself. The blocks and modules do not have a color change option. It can be changed with css but it will affect all tags at one. Our theme does not have the functionality for the blocks to detect the color of the category and set it as a color tag.

Thank you!

Post count: 114

Thanks for your response! How can I change the color of the category tags…all of them…with css?

Post count: 22421

Hello,

If you want to target all of the category tags at once, you can use this css code:
.td-post-category{
background-color:Red!important;
}

Thank you!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.