Background of topic color change

Hi,

How would I change the color of all topics in the topic list for a single category? Let’s say I wanted to make a “sponsor” category, and all topics under that category in the topic list would have a background color that’s different from the rest of the topics in the list?

Thanks in advance!

2 Likes

You can do this with CSS

.topic-list-item.category-sponsor {
    background: salmon;
}
7 Likes

Word! Big thank you for that one!

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