# הסרגל הצד אינו עוקב אחר סגנון הקטגוריה אם אין

**URL:** https://meta.discourse.org/t/the-sidebar-doesn-t-follow-category-style-if-none/262254
**Category:** UX
**Tags:** sidebar
**Created:** [19 באפריל,‏ 2023,‏ 11:55am UTC](https://meta.discourse.org/t/the-sidebar-doesn-t-follow-category-style-if-none/262254 "2023-04-19T11:55:13Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![Jagster](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jagster/32/192154_2.png) [@Jagster](https://meta.discourse.org/u/Jagster)
#### Post date: [19 באפריל,‏ 2023,‏ 11:55am UTC](https://meta.discourse.org/t/the-sidebar-doesn-t-follow-category-style-if-none/262254/1 "2023-04-19T11:55:13Z")

</div>

If setting `category style` is `none` the sidebar is showing color boxes on category section.

I know. This is really minor one, and perhaps more styling question than a real bug — but because expectation is even the sidebar would follow forumwide settings this is a bug.

No hurry to fix 😉

---

<div class="post-metadata">

### Author: ![Lilly](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lilly/32/575047_2.png) [@Lilly](https://meta.discourse.org/u/Lilly)
#### Post date: [19 באפריל,‏ 2023,‏ 1:30pm UTC](https://meta.discourse.org/t/the-sidebar-doesn-t-follow-category-style-if-none/262254/3 "2023-04-19T13:30:48Z")

</div>

i thought those color boxes were the badge wrapper bullets? i control those on other places on my site with by setting display: none;

we don’t use the sidebar yet, so not sure if it works on it, but i can suppress those color boxes in the legacy hamburger menu like this:

common css

```scss
.d-header .badge-wrapper.bullet .badge-category-parent-bg, .d-header .badge-wrapper.bullet .badge-category-bg {
	display: none;
}

```

---

<div class="post-metadata">

### Author: ![Jagster](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jagster/32/192154_2.png) [@Jagster](https://meta.discourse.org/u/Jagster)
#### Post date: [19 באפריל,‏ 2023,‏ 2:38pm UTC](https://meta.discourse.org/t/the-sidebar-doesn-t-follow-category-style-if-none/262254/4 "2023-04-19T14:38:38Z")

</div>

> [@Lilly](#):
>
> were the badge wrapper bullets?

Yes those are.

Your CSS can be a functionally fix for sure. And yet the sidebar should follow forum wide settings 😉

(And even better if Categories Icon would work on sidebar too 😉 But that’s another request…)

---

<div class="post-metadata">

### Author: ![Lilly](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lilly/32/575047_2.png) [@Lilly](https://meta.discourse.org/u/Lilly)
#### Post date: [19 באפריל,‏ 2023,‏ 2:41pm UTC](https://meta.discourse.org/t/the-sidebar-doesn-t-follow-category-style-if-none/262254/5 "2023-04-19T14:41:28Z")

</div>

oh so you’re asking for a the functionality to be added but not a fix? sorry that wasn’t clear to me.

---

<div class="post-metadata">

### Author: ![Jagster](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jagster/32/192154_2.png) [@Jagster](https://meta.discourse.org/u/Jagster)
#### Post date: [19 באפריל,‏ 2023,‏ 2:45pm UTC](https://meta.discourse.org/t/the-sidebar-doesn-t-follow-category-style-if-none/262254/6 "2023-04-19T14:45:38Z")

</div>

Well, my english is seldom clear.

- I’m asking that sidebar would follow settings
- you fix is good first aid tip, until someone codes categories section of sidebar better, and because it is far away from top list of important things todo, that CSS snippet could be the working solution too

So, two different things.

---

<div class="post-metadata">

### Author: ![Lilly](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lilly/32/575047_2.png) [@Lilly](https://meta.discourse.org/u/Lilly)
#### Post date: [19 באפריל,‏ 2023,‏ 2:52pm UTC](https://meta.discourse.org/t/the-sidebar-doesn-t-follow-category-style-if-none/262254/7 "2023-04-19T14:52:53Z")

</div>

> [@Jagster](#):
>
> Well, my english is seldom clear.

no worries mate! i’m sure it’s better than my finnish 😅

i like using css to control a lot of those kind of things on our forum.

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [23 באפריל,‏ 2023,‏ 11:57pm UTC](https://meta.discourse.org/t/the-sidebar-doesn-t-follow-category-style-if-none/262254/8 "2023-04-23T23:57:46Z")

</div>

> [@Jagster](#):
>
> If setting `category style` is `none` the sidebar is showing color boxes on category section.

Our long term plan here is to completely drop the category style site setting and offer theme components instead for people who want to play with styles.

style box in sidebar would be extremely oppressive in sidebar for example.
