# Is it possible to remove the FAQ?

**URL:** https://meta.discourse.org/t/is-it-possible-to-remove-the-faq/113811
**Category:** Support
**Created:** [April 8, 2019, 10:43pm UTC](https://meta.discourse.org/t/is-it-possible-to-remove-the-faq/113811 "2019-04-08T22:43:54Z")
**Posts on this page:** 1
**Showing post:** 7

<div class="post-metadata">

### Author: ![johncs](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/johncs/32/135871_2.png) [@johncs](https://meta.discourse.org/u/johncs)
#### Post date: [April 11, 2019, 7:49pm UTC](https://meta.discourse.org/t/is-it-possible-to-remove-the-faq/113811/7 "2019-04-11T19:49:04Z")

</div>

Thanks ya’ll 🙂, this was very helpful. I ended up adding the following CSS:

```css
.hamburger-panel .widget-link[href="/faq"] {
    display: none;
}

```

This’ll work whether the FAQ link is at the top of the menu (because its unread) or near the bottom.

---

_[View the full topic](https://meta.discourse.org/t/is-it-possible-to-remove-the-faq/113811)._
