# Hide Shortcut Menu

**URL:** https://meta.discourse.org/t/hide-shortcut-menu/93969
**Category:** Feature
**Created:** [August 5, 2018, 5:02pm UTC](https://meta.discourse.org/t/hide-shortcut-menu/93969 "2018-08-05T17:02:03Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![tyraniczar](https://avatars.discourse-cdn.com/v4/letter/t/f1d935/32.png) [@tyraniczar](https://meta.discourse.org/u/tyraniczar)
#### Post date: [August 5, 2018, 5:02pm UTC](https://meta.discourse.org/t/hide-shortcut-menu/93969/1 "2018-08-05T17:02:03Z")

</div>

Hey all, is there a way to hide the Shortcut menu option on the hamburger menu?

My audience is niche and that will probably intimidate them. Thanks

---

<div class="post-metadata">

### Author: ![Stranik](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/stranik/32/85638_2.png) [@Stranik](https://meta.discourse.org/u/Stranik)
#### Post date: [August 5, 2018, 5:53pm UTC](https://meta.discourse.org/t/hide-shortcut-menu/93969/2 "2018-08-05T17:53:45Z")

</div>

Look at this code if I understood correctly:

```plaintext
a.toggle-hamburger-menu {
    display: none;
}

```
