# How to Remove blurb under Category Name

**URL:** https://meta.discourse.org/t/how-to-remove-blurb-under-category-name/217999
**Category:** Development
**Created:** [February 12, 2022, 10:25pm UTC](https://meta.discourse.org/t/how-to-remove-blurb-under-category-name/217999 "2022-02-12T22:25:11Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![needhelp](https://avatars.discourse-cdn.com/v4/letter/n/fbc32d/32.png) [@needhelp](https://meta.discourse.org/u/needhelp)
#### Post date: [February 12, 2022, 10:25pm UTC](https://meta.discourse.org/t/how-to-remove-blurb-under-category-name/217999/1 "2022-02-12T22:25:11Z")

</div>

Hi All,

Is there a way to remove or hide the blurb that shows up underneath the Category Name when users mouse over the ALL CATEGORIES drop down menu on the top left hand corner?

See screen shot below where I have the RED box. So in the example below, user will only see HOW TO then BUG etc without a description of what the category is about… thanks

 ![Discourse-Meta-The-Official-Support-Forum-for-Discourse](https://global.discourse-cdn.com/meta/original/3X/f/4/f4de8ad038cfd1a61391a85b8383629fbf2f972a.jpeg)

---

<div class="post-metadata">

### Author: ![Don](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/don/32/228726_2.png) [@Don](https://meta.discourse.org/u/Don)
#### Post date: [February 12, 2022, 11:02pm UTC](https://meta.discourse.org/t/how-to-remove-blurb-under-category-name/217999/2 "2022-02-12T23:02:29Z")

</div>

Hi there,

> [@How can I add the category descriptions to show in the category dropdowns?](https://meta.discourse.org/t/how-can-i-add-the-category-descriptions-to-show-in-the-category-dropdowns/209152/4):
>
> The description in the dropdown is shown only for new users at TL0 that need to learn how the site is structured. The description will be automatically hidden when a user reaches TL1.

* * *

> [@How can I add the category descriptions to show in the category dropdowns?](https://meta.discourse.org/t/how-can-i-add-the-category-descriptions-to-show-in-the-category-dropdowns/209152/6):
>
> As Daniela mentioned, we only show the category description in the dropdown for new users (trust level 0) and it’s hidden for everyone else. The thought is that regular visitors will benefit from seeing more categories at once and the descriptions are less useful. You can override this behavior by adding this to the head section of your site’s theme (admin \> customize \> themes \> edit html/css): \<script type="text/discourse-plugin" version="0.8"\> api.modifyClass("component:category-drop", { …

But I think if you really want to hide it to new users too then you can change Kris’s code to this.

```xml
<script type="text/discourse-plugin" version="0.8">
api.modifyClass("component:category-drop", {
  pluginId: "category-dropdown-description",
  displayCategoryDescription: false,
});
</script>

```

---

<div class="post-metadata">

### Author: ![needhelp](https://avatars.discourse-cdn.com/v4/letter/n/fbc32d/32.png) [@needhelp](https://meta.discourse.org/u/needhelp)
#### Post date: [February 13, 2022, 12:11am UTC](https://meta.discourse.org/t/how-to-remove-blurb-under-category-name/217999/3 "2022-02-13T00:11:28Z")

</div>

@Don THANK YOU so much,will give the script a try.

---

<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: [September 12, 2023, 9:50am UTC](https://meta.discourse.org/t/how-to-remove-blurb-under-category-name/217999/4 "2023-09-12T09:50:59Z")

</div>

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