# Hide floating menu

**URL:** https://meta.discourse.org/t/ocultar-menu-flotante/406598
**Category:** Support
**Tags:** top-navigation-links
**Created:** [July 1, 2026, 10:51pm UTC](https://meta.discourse.org/t/ocultar-menu-flotante/406598 "2026-07-01T22:51:51Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Laguna](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/laguna/32/569363_2.png) [@Laguna](https://meta.discourse.org/u/Laguna)
#### Post date: [July 1, 2026, 10:51pm UTC](https://meta.discourse.org/t/ocultar-menu-flotante/406598/1 "2026-07-01T22:51:51Z")

</div>

Hi everyone, I’m new here. I’ve installed the Discourse forum on my VPS. I’ve applied the Graceful Theme, and there’s a menu showing up that I want to hide or remove, but I can’t find a solution no matter how much I search and investigate. Specifically, it’s the part that says “categories \>” and “tags \>”. I’ve taken a screenshot so you can see it. How can I hide that? Is there any way to do it?

 ![Screenshot 2026-07-02 004719](https://global.discourse-cdn.com/meta/original/4X/3/1/d/31dc831c9ffb80c5cae7805f2bac29c11dc70ca0.png)

---

<div class="post-metadata">

### Author: ![NateDhaliwal](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/natedhaliwal/32/313494_2.png) [@NateDhaliwal](https://meta.discourse.org/u/NateDhaliwal)
#### Post date: [July 1, 2026, 11:10pm UTC](https://meta.discourse.org/t/ocultar-menu-flotante/406598/2 "2026-07-01T23:10:39Z")

</div>

Yes, there is. You can use CSS to hide it:

```css
ol.category-breadcrumb {
  display: none;
}

```

You add this code into a theme or component using this:

> [@Making custom CSS changes on your site](https://meta.discourse.org/t/making-custom-css-changes-on-your-site/168101):
>
> bookmark This guide explains how to make CSS changes on your Discourse site, including an introduction to CSS, where to add CSS in Discourse, and how to find the right selectors using browser inspection tools. person_raising_hand Required user level: Administrator Summary This guide covers: A brief introduction to CSS and key concepts How to add CSS to your Discourse site using theme components Using browser inspection tools to find the right CSS selectors Understanding CSS basics C…

---

<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: [July 2, 2026, 2:53am UTC](https://meta.discourse.org/t/ocultar-menu-flotante/406598/3 "2026-07-02T02:53:54Z")

</div>

hi @Laguna 👋 welcome 🙂

you can use this theme component to hide them

> [@Custom Top Navigation Links](https://meta.discourse.org/t/custom-top-navigation-links/87225):
>
> discourse2Summary Custom Top Navigation Links allows you to add links to Discourse top navigation.eyeglassesPreview [Preview on Discourse Theme Creator](https://discourse.theme-creator.io/theme/Discourse/custom-top-navigation-links)hammer_and_wrenchRepository Link [https://github.com/discourse/Discourse-nav-links-component](https://github.com/discourse/Discourse-nav-links-component)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 Features Desktop Mobile Settings: …

> Hide category and tag dropdowns

just make sure you clear and disable the other settings so it looks like this (unless you want to add some custom nav links yourself or hide the defaults):

 ![Screenshot 2026-07-01 at 7.55.18 PM](https://global.discourse-cdn.com/meta/original/4X/f/a/e/faee5c1684c8e82e346bd6cdfdd1d187553131bd.png)

---

<div class="post-metadata">

### Author: ![Laguna](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/laguna/32/569363_2.png) [@Laguna](https://meta.discourse.org/u/Laguna)
#### Post date: [July 2, 2026, 10:35am UTC](https://meta.discourse.org/t/ocultar-menu-flotante/406598/4 "2026-07-02T10:35:43Z")

</div>

Thank you both very much for the help. I tried both methods and they worked. In the end, I installed @Lilly’s component, which also allows me to tweak the top menu a bit.

Cheers!

---

<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: [July 2, 2026, 2:41pm UTC](https://meta.discourse.org/t/ocultar-menu-flotante/406598/5 "2026-07-02T14:41:21Z")

</div>

glad that worked for you. just for clarity, that theme component isn’t mine, it is a Discourse team one. mine are listed [here](https://meta.discourse.org/filter?q=category%3Acustomization%20created-by%3ALilly%20order%3Acreated). 🙂

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [August 1, 2026, 2:41pm UTC](https://meta.discourse.org/t/ocultar-menu-flotante/406598/6 "2026-08-01T14:41:30Z")

</div>

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