# Removing all categories (or just "uncategorized") from hamburger menu

**URL:** https://meta.discourse.org/t/removing-all-categories-or-just-uncategorized-from-hamburger-menu/104876
**Category:** Support
**Created:** [22 בדצמבר,‏ 2018,‏ 3:04am UTC](https://meta.discourse.org/t/removing-all-categories-or-just-uncategorized-from-hamburger-menu/104876 "2018-12-22T03:04:55Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![cpradio](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/cpradio/32/4970_2.png) [@cpradio](https://meta.discourse.org/u/cpradio)
#### Post date: [22 בדצמבר,‏ 2018,‏ 1:21pm UTC](https://meta.discourse.org/t/removing-all-categories-or-just-uncategorized-from-hamburger-menu/104876/2 "2018-12-22T13:21:34Z")

</div>

To remove only the uncategorized category

```plaintext
.hamburger-panel .category-links .category-uncategorized { display: none; }

```

To remove all

```plaintext
.hamburger-panel .category-links { display: none; }
.hamburger-panel .panel-body-contents > hr { display: none; }

```

---

_[View the full topic](https://meta.discourse.org/t/removing-all-categories-or-just-uncategorized-from-hamburger-menu/104876)._
