# Como posso ocultar as descrições de categoria ao criar um novo tópico?

**URL:** https://meta.discourse.org/t/how-can-i-hide-category-descriptions-when-creating-a-new-topic/401987
**Category:** Support
**Tags:** composer
**Created:** [Maio 1, 2026, 6:03am 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:** 1
**Showing post:** 2

<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: [Maio 1, 2026, 6:18am 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>

Acho que este CSS deve funcionar em um componente de tema

```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)

---

_[View the full topic](https://meta.discourse.org/t/how-can-i-hide-category-descriptions-when-creating-a-new-topic/401987)._
