# Set wiki- and staff- background color per category?

**URL:** https://meta.discourse.org/t/set-wiki-and-staff-background-color-per-category/89592
**Category:** Support
**Created:** [11 juni 2018 om 08:05 UTC](https://meta.discourse.org/t/set-wiki-and-staff-background-color-per-category/89592 "2018-06-11T08:05:24Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![anon61128213](https://avatars.discourse-cdn.com/v4/letter/a/eb9ed0/32.png) [@anon61128213](https://meta.discourse.org/u/anon61128213)
#### Post date: [11 juni 2018 om 08:05 UTC](https://meta.discourse.org/t/set-wiki-and-staff-background-color-per-category/89592/1 "2018-06-11T08:05:24Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![vinothkannans](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/vinothkannans/32/86465_2.png) [@vinothkannans](https://meta.discourse.org/u/vinothkannans)
#### Post date: [11 juni 2018 om 14:01 UTC](https://meta.discourse.org/t/set-wiki-and-staff-background-color-per-category/89592/2 "2018-06-11T14:01:34Z")

</div>

Yes it’s possible. You can do like below

```css
.category-support .moderator {
  background-color: #ff0000;
}

.category-support .wiki {
  background-color: #00ff00;
}

```

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [16 december 2020 om 21:05 UTC](https://meta.discourse.org/t/set-wiki-and-staff-background-color-per-category/89592/3 "2020-12-16T21:05:12Z")

</div>


