# 是否在折叠状态下隐藏屏蔽的类别？

**URL:** <https://meta.discourse.org/t/hide-muted-categories-in-the-collapsed-state/373981>\
**Category:** Support\
**Created:** [2025年七月12日 12:55 UTC](https://meta.discourse.org/t/hide-muted-categories-in-the-collapsed-state/373981 "2025-07-12T12:55:36Z")\
**Posts on this page:** 1\
**Showing post:** 4

<div class="post-metadata">

**Author:** ![NateDhaliwal](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/natedhaliwal/32/313494_2.png) [@NateDhaliwal](https://meta.discourse.org/u/NateDhaliwal)\
**Post date:** [2025年七月12日 13:32 UTC](https://meta.discourse.org/t/hide-muted-categories-in-the-collapsed-state/373981/4 "2025-07-12T13:32:58Z")

</div>

如果您在管理面板中创建新主题，可以添加这段 CSS：

```css
.muted-categories {
  display: none;
}

```

---

_[View the full topic](https://meta.discourse.org/t/hide-muted-categories-in-the-collapsed-state/373981)._
