# Change design based on category

**URL:** https://meta.discourse.org/t/change-design-based-on-category/26356
**Category:** Feature
**Created:** [March 15, 2015, 10:10am UTC](https://meta.discourse.org/t/change-design-based-on-category/26356 "2015-03-15T10:10:38Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![jamesmarkcook](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jamesmarkcook/32/168563_2.png) [@jamesmarkcook](https://meta.discourse.org/u/jamesmarkcook)
#### Post date: [March 15, 2015, 10:10am UTC](https://meta.discourse.org/t/change-design-based-on-category/26356/1 "2015-03-15T10:10:38Z")

</div>

I’m wondering if a plugin exists yet to change the page style based on the category you’re viewing?

I know you can change the background image and logo per category, but it would be nice to create CSS styles that can be applied per category.

Does anybody else have a need for this? I don’t think it would be that hard to implement.

p.s I searched for this but couldn’t find any related topics about this yet.

---

<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: [March 15, 2015, 8:42pm UTC](https://meta.discourse.org/t/change-design-based-on-category/26356/2 "2015-03-15T20:42:08Z")

</div>

This page has:

```
<body class="docked category-feature">

```

That should be enough 🙂

---

<div class="post-metadata">

### Author: ![jamesmarkcook](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jamesmarkcook/32/168563_2.png) [@jamesmarkcook](https://meta.discourse.org/u/jamesmarkcook)
#### Post date: [March 15, 2015, 8:58pm UTC](https://meta.discourse.org/t/change-design-based-on-category/26356/3 "2015-03-15T20:58:21Z")

</div>

@riking Thanks for the heads up. Didn’t spot that.

---

<div class="post-metadata">

### Author: ![zogstrip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/zogstrip/32/512781_2.png) [@zogstrip](https://meta.discourse.org/u/zogstrip)
#### Post date: [March 16, 2015, 9:17am UTC](https://meta.discourse.org/t/change-design-based-on-category/26356/4 "2015-03-16T09:17:10Z")

</div>


