# Specific customization for each category

**URL:** https://meta.discourse.org/t/specific-customization-for-each-category/11992
**Category:** Feature
**Created:** [January 16, 2014, 9:04am UTC](https://meta.discourse.org/t/specific-customization-for-each-category/11992 "2014-01-16T09:04:58Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![nXqd](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/nxqd/32/114262_2.png) [@nXqd](https://meta.discourse.org/u/nXqd)
#### Post date: [January 16, 2014, 9:04am UTC](https://meta.discourse.org/t/specific-customization-for-each-category/11992/1 "2014-01-16T09:04:58Z")

</div>

I think it’s a good idea that we can assign a class for a body based on category name or something like that. In that way, we can customize each category to have a difference styling.

I know not everyone needs this, but it’d be nice to have.

---

<div class="post-metadata">

### Author: ![riking](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/riking/32/170938_2.png) [@riking](https://meta.discourse.org/u/riking)
#### Post date: [January 26, 2014, 4:02am UTC](https://meta.discourse.org/t/specific-customization-for-each-category/11992/5 "2014-01-26T04:02:27Z")

</div>

Yes please! For example, on the BBS, you could add a customization like this:

![](https://global.discourse-cdn.com/meta/original/3X/d/d/dd86d8f63287493add6648ba1c63bf081e466848.png)

```css
/* 'GAMES' CATEGORY SELECTOR HERE*/ article[data-user-id="3296"] {
    background: url("<img src='//cdck-file-uploads-global.s3.dualstack.us-west-2.amazonaws.com/meta/original/3X/d/d/dd86d8f63287493add6648ba1c63bf081e466848.png'>");
    background-repeat: no-repeat;
}
/* 'GAMES' CATEGORY SELECTOR HERE*/ article[data-user-id="6769"] {
    background: url("<img src='//cdck-file-uploads-global.s3.dualstack.us-west-2.amazonaws.com/meta/original/3X/d/d/dd86d8f63287493add6648ba1c63bf081e466848.png'>");
    background-repeat: no-repeat;
}

```

In order to give a special styling to Donald​\_​​Petersen’s and Jonas\_Eggeater’s posts.

---

<div class="post-metadata">

### Author: ![nXqd](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/nxqd/32/114262_2.png) [@nXqd](https://meta.discourse.org/u/nXqd)
#### Post date: [April 26, 2014, 2:32pm UTC](https://meta.discourse.org/t/specific-customization-for-each-category/11992/6 "2014-04-26T14:32:44Z")

</div>

hi @riking is this still an idea that we should consider working on. i don’t know if it’s good enough to do what I said in the first post which is adding category name to html element.

---

<div class="post-metadata">

### Author: ![chapoi](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/chapoi/32/537252_2.png) [@chapoi](https://meta.discourse.org/u/chapoi)
#### Post date: [December 4, 2025, 11:09am UTC](https://meta.discourse.org/t/specific-customization-for-each-category/11992/7 "2025-12-04T11:09:21Z")

</div>


