Unique Grid Colors on Category Pages?

Posted in: Newspaper
Post count: 5

Would it be possible to change the grid colors on each category page? The pages are functionally and visually similar, but we’d like to be able to distinguish between them, and add a little visual variety to the site.

Examples:
http://news.leadingagetexas.org/category/advocacy-update/
http://news.leadingagetexas.org/category/association-news/

Post count: 23312

Hello applesandarrows

If you are referring to this case, notice that you should try using a bit of CSS code and place it in Theme panel -> Custom CSS Area.

.category-10 .td-grid-style-4 .entry-title {
background-color: rgba(99, 13, 58, 0.7);
}

The result is here -> https://www.screencast.com/t/bOQzoUj6E9C

Thanks for the message!

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