Is it possible to set different background colors for wiki posts and staff posts per category?
I think it would be nice to have them be a pale version of the category-color.
2 Likes
Yes it’s possible. You can do like below
.category-support .moderator {
background-color: #ff0000;
}
.category-support .wiki {
background-color: #00ff00;
}
5 Likes