Site logo

Archived topic

Is it possible to change the colour of the title depending on category

6 replies · Started by nomadiceman on May 31, 2020

Viewing posts 1–7 of 7

Just purchased the pro and set it up on my site. I am very impressed with it so far. Thank you for the work you've done already

Is it possible to change the colour of the title of the post depending on what category it is?

What I am trying to do is in the blog archive, grid format, I want to have the titles of each post a different color depending on what category it is in

I am referring to the blog archive NOT the single blog post titles

Thank you in advance

Hi there,

Any chance you can link us to the site in question?

You can edit the original topic and use the private URL field.

Let me know :)

ive added the url. that you for your fast response

You'd need to use CSS like this:

.generate-columns-container .category-retirement h2.entry-title a {
    color: #ff6900;
}
.generate-columns-container .category-general h2.entry-title a {
    color: #9b51e0;
}

Adding CSS: https://docs.generatepress.com/article/adding-css/

that's awesome, thank you very much.

have a great day

resolved

No problem :)

This archived topic is closed to new replies.