Thanks ya’ll , 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.
Thanks ya’ll , 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.