How do I remove tags from the left menu?

I don’t want the section I marked above to appear there. I want to use tags but I don’t want it listed there. How can I do that?

1 Like

Hi @hamdictn :wave: welcome to Discourse Meta :slight_smile:

There is a theme component that can do this, as well as a number of other similar navigation sidebar menu features.

Alternatively, you can use the following CSS code in a theme component CSS section:

.sidebar-section-wrapper.sidebar-section[data-section-name="tags"] {
     display: none;
}
5 Likes

Thank you so much for your help. Tomorrow I’ll have a few more questions for you and then I’ll start publishing a perfect site.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.