Change recent posts date color

Hey,
I know how to change the color of the date for recent posts. However, how can I make recent posts date from one post category a different color from another? If you view my site: http://pzu.a90.myftpupload.com/

I have a newspaper with different columns. On the home page im displaying recent posts from each column and I want to add a little color to each column. Not sure how to change color to specific categories.

TIA!
Rena

Hey Rena,

Here’s the sample code for the category.

.category-cover-post .x-recent-posts-date {
    color:red;
}
.category-news .x-recent-posts-date {
    color:blue;
}

You can get the selectors using the browser’s developer tool or just get your category’s slug. Then, just replace the categories from the sample code.

Hope the helps.

Awesome! Thanks so much

You are most welcome. :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.