# 创建新主题时如何隐藏分类描述？

**URL:** https://meta.discourse.org/t/how-can-i-hide-category-descriptions-when-creating-a-new-topic/401987
**Category:** Support
**Tags:** composer
**Created:** [2026年五月1日 06:03 UTC](https://meta.discourse.org/t/how-can-i-hide-category-descriptions-when-creating-a-new-topic/401987 "2026-05-01T06:03:53Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Ahmed26](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ahmed26/32/347069_2.png) [@Ahmed26](https://meta.discourse.org/u/Ahmed26)
#### Post date: [2026年五月1日 06:03 UTC](https://meta.discourse.org/t/how-can-i-hide-category-descriptions-when-creating-a-new-topic/401987/1 "2026-05-01T06:03:53Z")

</div>

我该如何在创建新主题时隐藏弹出窗口中的分类描述？

 ![jj](https://global.discourse-cdn.com/meta/original/4X/a/7/d/a7d89818a236dbe4df35ae5379cafee21610d11e.png)

---

<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: [2026年五月1日 06:18 UTC](https://meta.discourse.org/t/how-can-i-hide-category-descriptions-when-creating-a-new-topic/401987/2 "2026-05-01T06:18:02Z")

</div>

我认为这个 CSS 应该可以在主题组件中生效

```scss
.select-kit.combo-box.category-chooser .select-kit-row .category-desc {
    display: none;
}

```

 ![Screenshot 2026-04-30 at 11.17.44 PM](https://global.discourse-cdn.com/meta/original/4X/7/d/f/7dfbb358d647534ce2d80686bb6ff53f633d59d7.png)

---

<div class="post-metadata">

### Author: ![Ahmed26](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ahmed26/32/347069_2.png) [@Ahmed26](https://meta.discourse.org/u/Ahmed26)
#### Post date: [2026年五月1日 06:22 UTC](https://meta.discourse.org/t/how-can-i-hide-category-descriptions-when-creating-a-new-topic/401987/3 "2026-05-01T06:22:31Z")

</div>

> [@Lilly](#):
>
> ```plaintext
> .select-kit.combo-box.category-chooser .select-kit-row .category-desc {
> display: none;
> }
> 
> ```

:花束: 谢谢 Lilly

---

<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: [2026年五月31日 06:22 UTC](https://meta.discourse.org/t/how-can-i-hide-category-descriptions-when-creating-a-new-topic/401987/4 "2026-05-31T06:22:56Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
