Change category colour

Posted in: Newspaper
Post count: 49

I can’t seem to find how to change all the category colours for the blocks.

See image: https://drive.google.com/open?id=0BzKfDhkGKQp7SDFuUS14N2hvRWs

I’d like to change it to orange instead of black but can’t find it anywhere

Thanks in advance

Post count: 22421

Hi,
The category tags cannot be changed from the theme settings unfortunately, You can use this code to do it though. Simply add the code in the theme panel custom css box:
.td-post-category, .td-big-grid-meta .td-post-category, .td-module-comments a{
background-color:red;
}

Thank you!

Post count: 49

Thank you so much, really appreciate that

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