Is it possible to remove the FAQ?

Thanks ya’ll :slight_smile:, this was very helpful. I ended up adding the following 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.

6 Likes