# How to hide sub-categories on the mind menu

**URL:** https://meta.discourse.org/t/how-to-hide-sub-categories-on-the-mind-menu/66687
**Category:** Support
**Created:** [July 23, 2017, 11:18pm UTC](https://meta.discourse.org/t/how-to-hide-sub-categories-on-the-mind-menu/66687 "2017-07-23T23:18:01Z")
**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: [July 23, 2017, 11:43pm UTC](https://meta.discourse.org/t/how-to-hide-sub-categories-on-the-mind-menu/66687/2 "2017-07-23T23:43:32Z")

</div>

Custom CSS:

```plaintext
.menu-panel .category-links .subcategory { display: none; }

```

---

_[View the full topic](https://meta.discourse.org/t/how-to-hide-sub-categories-on-the-mind-menu/66687)._
