# Eliminar todas las categorías (o solo "sin categoría") del menú hamburguesa

**URL:** https://meta.discourse.org/t/removing-all-categories-or-just-uncategorized-from-hamburger-menu/104876
**Category:** Support
**Created:** [22 Diciembre, 2018 03:04 UTC](https://meta.discourse.org/t/removing-all-categories-or-just-uncategorized-from-hamburger-menu/104876 "2018-12-22T03:04:55Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![L30110](https://avatars.discourse-cdn.com/v4/letter/l/eb9ed0/32.png) [@L30110](https://meta.discourse.org/u/L30110)
#### Post date: [22 Diciembre, 2018 03:04 UTC](https://meta.discourse.org/t/removing-all-categories-or-just-uncategorized-from-hamburger-menu/104876/1 "2018-12-22T03:04:55Z")

</div>

Since my uncategorized topics page is still accessible by URL by ordinary users (it’s now a totally blank page), if I could just remove the Uncategorized link from the hamburger menu I wouldn’t have random users clicking there and getting that blank page. So far the CSS solutions I’ve found have not worked. I’d be fine with removing ALL the category links from the hamburger menu, actually. Obviously, I’ve checked this both from a staff and ordinary user account, and have unchecked the “permit uncategorized posts” setting. Thanks!

---

<div class="post-metadata">

### Author: ![cpradio](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/cpradio/32/4970_2.png) [@cpradio](https://meta.discourse.org/u/cpradio)
#### Post date: [22 Diciembre, 2018 13:21 UTC](https://meta.discourse.org/t/removing-all-categories-or-just-uncategorized-from-hamburger-menu/104876/2 "2018-12-22T13:21:34Z")

</div>

To remove only the uncategorized category

```plaintext
.hamburger-panel .category-links .category-uncategorized { display: none; }

```

To remove all

```plaintext
.hamburger-panel .category-links { display: none; }
.hamburger-panel .panel-body-contents > hr { display: none; }

```

---

<div class="post-metadata">

### Author: ![L30110](https://avatars.discourse-cdn.com/v4/letter/l/eb9ed0/32.png) [@L30110](https://meta.discourse.org/u/L30110)
#### Post date: [22 Diciembre, 2018 23:11 UTC](https://meta.discourse.org/t/removing-all-categories-or-just-uncategorized-from-hamburger-menu/104876/3 "2018-12-22T23:11:05Z")

</div>

Works like a charm. Thanks! Will the FAQ (New) eventually timeout on its own?

---

<div class="post-metadata">

### Author: ![jomaxro](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jomaxro/32/126216_2.png) [@jomaxro](https://meta.discourse.org/u/jomaxro)
#### Post date: [23 Diciembre, 2018 01:56 UTC](https://meta.discourse.org/t/removing-all-categories-or-just-uncategorized-from-hamburger-menu/104876/4 "2018-12-23T01:56:09Z")

</div>

No, it will not timeout. It will disappear only when the FAQ has been read (scroll all the way down).

---

<div class="post-metadata">

### Author: ![Cozdabuch](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/cozdabuch/32/139120_2.png) [@Cozdabuch](https://meta.discourse.org/u/Cozdabuch)
#### Post date: [16 Mayo, 2019 22:26 UTC](https://meta.discourse.org/t/removing-all-categories-or-just-uncategorized-from-hamburger-menu/104876/5 "2019-05-16T22:26:50Z")

</div>

Is there a way to start with the above solution to hide all, then specifically display only select categories?

---

<div class="post-metadata">

### Author: ![P2W](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/p2w/32/304345_2.png) [@P2W](https://meta.discourse.org/u/P2W)
#### Post date: [12 Octubre, 2020 00:27 UTC](https://meta.discourse.org/t/removing-all-categories-or-just-uncategorized-from-hamburger-menu/104876/6 "2020-10-12T00:27:12Z")

</div>

> [@cpradio](#):
>
> Para eliminar solo la categoría sin categoría
> 
> ```plaintext
> .hamburger-panel .category-links .category-uncategorized { display: none; }
> 
> ```

¿Dónde edito este código? ¡Soy un usuario no técnico de Discourse!

---

<div class="post-metadata">

### Author: ![jomaxro](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jomaxro/32/126216_2.png) [@jomaxro](https://meta.discourse.org/u/jomaxro)
#### Post date: [12 Octubre, 2020 00:43 UTC](https://meta.discourse.org/t/removing-all-categories-or-just-uncategorized-from-hamburger-menu/104876/7 "2020-10-12T00:43:51Z")

</div>

Consulta todos los detalles en [Beginner's guide to using Discourse Themes](https://meta.discourse.org/t/beginners-guide-to-using-discourse-themes/91966?u=jomaxro).

---

<div class="post-metadata">

### Author: ![P2W](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/p2w/32/304345_2.png) [@P2W](https://meta.discourse.org/u/P2W)
#### Post date: [12 Octubre, 2020 01:00 UTC](https://meta.discourse.org/t/removing-all-categories-or-just-uncategorized-from-hamburger-menu/104876/8 "2020-10-12T01:00:08Z")

</div>

> [@jomaxro](#):
>
> Consulta la [guía para principiantes sobre el uso de temas en Discourse](https://meta.discourse.org/t/beginners-guide-to-using-discourse-themes/91966) para todos los detalles.

Eso no me ayudó 😃 Entré al menú de CSS y no pude encontrar esa línea de código para editar. ¿Quizás necesito agregarla en algún lugar?

---

<div class="post-metadata">

### Author: ![jomaxro](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jomaxro/32/126216_2.png) [@jomaxro](https://meta.discourse.org/u/jomaxro)
#### Post date: [12 Octubre, 2020 01:23 UTC](https://meta.discourse.org/t/removing-all-categories-or-just-uncategorized-from-hamburger-menu/104876/9 "2020-10-12T01:23:09Z")

</div>

Correcto, esa línea de CSS no existe actualmente. Debes añadirla a tu tema actual o a un componente de tema que esté incluido en el tema activo.
