# 隐藏子类别中的未读/新徽章

**URL:** https://meta.discourse.org/t/hiding-unread-new-badge-for-subcategories/150984
**Category:** Support
**Created:** [2020年五月10日 20:38 UTC](https://meta.discourse.org/t/hiding-unread-new-badge-for-subcategories/150984 "2020-05-10T20:38:04Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Arta\_S](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/arta_s/32/537495_2.png) [@Arta\_S](https://meta.discourse.org/u/Arta_S)
#### Post date: [2020年五月10日 20:38 UTC](https://meta.discourse.org/t/hiding-unread-new-badge-for-subcategories/150984/1 "2020-05-10T20:38:05Z")

</div>

你好，

在分类页面中，我注意到有一个徽章显示子分类中未读和新主题的数量。虽然我认为这是一个很好的功能，但在我们的情况下，它造成了混乱，因为在波斯语中，“未读”的翻译非常长 😁，因此我想将其移除或隐藏。

我知道可以通过 CSS 隐藏它，可能类似这样：

```plaintext
.subcategories span .badge{
    display: none!important
}

```

但请问是否有设置可以禁用它？

---

<div class="post-metadata">

### Author: ![Canapin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/canapin/32/119591_2.png) [@Canapin](https://meta.discourse.org/u/Canapin)
#### Post date: [2020年五月10日 21:25 UTC](https://meta.discourse.org/t/hiding-unread-new-badge-for-subcategories/150984/2 "2020-05-10T21:25:25Z")

</div>

> [@Arta\_S](#):
>
> 未读翻译内容长得离谱 😁

也许你可以把显示的文字改成更短的版本？

---

<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: [2024年七月17日 02:10 UTC](https://meta.discourse.org/t/hiding-unread-new-badge-for-subcategories/150984/3 "2024-07-17T02:10:40Z")

</div>


