Change the color of the category box on the Home Page

Posted in: Newspaper
Post count: 91

Good morning,

I would change the main color (black) of the category within the picture, as shown in the screenshot: http://prntscr.com/cteo9j

I managed to replace the color “secondary” that changes on mouse over, but I can not figure out how to replace the primary color.

Thank you
Alessandro

Post count: 22421

Hello,

The hover color is affected by the general theme accent color you set in the theme panel. As for the main color please use this css:
.td-big-grid-meta .td-post-category, .td-module-image .td-post-category{
background-color:red;
}

Thank you!

Post count: 91

Compliments!
Problem solved in a truly simple.
Thank you

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