# How do I remove tags from the left menu?

**URL:** https://meta.discourse.org/t/how-do-i-remove-tags-from-the-left-menu/295964
**Category:** Support
**Created:** [February 19, 2024, 9:04pm UTC](https://meta.discourse.org/t/how-do-i-remove-tags-from-the-left-menu/295964 "2024-02-19T21:04:17Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![Lilly](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lilly/32/575047_2.png) [@Lilly](https://meta.discourse.org/u/Lilly)
#### Post date: [February 19, 2024, 9:11pm UTC](https://meta.discourse.org/t/how-do-i-remove-tags-from-the-left-menu/295964/2 "2024-02-19T21:11:58Z")

</div>

Hi @hamdictn 👋 welcome to Discourse Meta 🙂

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

> [@Navigation (sidebar) menu display control](https://meta.discourse.org/t/navigation-sidebar-menu-display-control/277687):
>
> information_sourceSummary Allows displaying sections and links for staff, logged-in and anon usershammer_and_wrenchRepository [https://github.com/Lillinator/navigation-menu-display-control](https://github.com/Lillinator/navigation-menu-display-control)questionInstall Guide [How to install a theme or theme component](https://meta.discourse.org/t/how-do-i-install-a-theme-or-theme-component/63682)open_bookNew to Discourse Themes? [Beginner’s guide to using Discourse Themes](https://meta.discourse.org/t/beginners-guide-to-using-discourse-themes/91966) Install this theme component Description The Navigation Menu Display Control theme component allows for the display of various default…

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

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

```

---

_[View the full topic](https://meta.discourse.org/t/how-do-i-remove-tags-from-the-left-menu/295964)._
