Removing "Tags" From Hamburger Menu with CSS

.menu-panel li a.widget-link[href="/tags"] {
    display: none;
}
5 Likes