# Hiding Suggested Topics?

**URL:** https://meta.discourse.org/t/hiding-suggested-topics/15622
**Category:** Feature
**Tags:** completed, suggested-topics
**Created:** [14 Mayo, 2014 05:35 UTC](https://meta.discourse.org/t/hiding-suggested-topics/15622 "2014-05-14T05:35:50Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![GarrettLisi](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/garrettlisi/32/108821_2.png) [@GarrettLisi](https://meta.discourse.org/u/GarrettLisi)
#### Post date: [14 Mayo, 2014 05:35 UTC](https://meta.discourse.org/t/hiding-suggested-topics/15622/1 "2014-05-14T05:35:50Z")

</div>

We’re finding that having Suggested Topics below every conversation is confusing and distracting. Is there an easy way to hide that? Or, if not, is there a hard way? Thanks!

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [14 Mayo, 2014 05:40 UTC](https://meta.discourse.org/t/hiding-suggested-topics/15622/2 "2014-05-14T05:40:51Z")

</div>

That’s an odd reaction, as they are a central design point of Discourse, for a variety of reasons:

1. The “pot of gold” at the end of reading a topic is… more interesting things to read

2. Suggested prioritizes topics you’ve participated in/created/watched, so it’s a fast way to clear your read queue without pogo-sticking back and forth to the topic lists.

3. Suggested gives you a related walk in non-closed topics in the same category you’re currently in. I frequently find things in suggested that I wanted to follow up on eventually anyway.

So I’d _suggest_ you might want to try absorbing the Discourse style a bit longer before jumping to extremes. Losing #2 in particular would be really painful for me as a user on your Discourse, if I’m actually reading stuff at all.

That said, if you want to remove, CSS is probably the way:

`<div id="suggested-topics">`

Just set that element to hidden in CSS, and you can probably set the # of suggested topics returned from the default of 5 to 1 in the site settings to reduce server load a tad.

---

<div class="post-metadata">

### Author: ![GarrettLisi](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/garrettlisi/32/108821_2.png) [@GarrettLisi](https://meta.discourse.org/u/GarrettLisi)
#### Post date: [14 Mayo, 2014 05:48 UTC](https://meta.discourse.org/t/hiding-suggested-topics/15622/3 "2014-05-14T05:48:18Z")

</div>

Ah, thank you Jeff, that does sound like that may be the way to go once our discourse is more populated.

And thanks for the tip about the # in the settings – setting it to 0 hid Suggested Topics completely. For now.

---

<div class="post-metadata">

### Author: ![BabylonZeus](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/babylonzeus/32/129971_2.png) [@BabylonZeus](https://meta.discourse.org/u/BabylonZeus)
#### Post date: [15 Julio, 2019 20:38 UTC](https://meta.discourse.org/t/hiding-suggested-topics/15622/4 "2019-07-15T20:38:49Z")

</div>

Incluso si este tema es antiguo, me encontré con la misma necesidad.  
En cuanto a la respuesta de Jeff Atwood, pensé que la funcionalidad podría ser útil, pero la visualización predeterminada era realmente confusa.  
Resolví mi confusión jugando con el estilo CSS.

Si alguien tiene la misma reacción, esto me ayudó a tener una visión clara de lo que sucede en la página:

> #suggested-topics {  
> border-top: solid;  
> border-color: #86a7db;  
> background-color: #dae3e8;  
> }  
> .topic-post {  
> border: solid;  
> border-color: #c8d5db;  
> background-color: #e6f0f5;  
> }

---

<div class="post-metadata">

### Author: ![JammyDodger](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jammydodger/32/254611_2.png) [@JammyDodger](https://meta.discourse.org/u/JammyDodger)
#### Post date: [13 Febrero, 2024 09:40 UTC](https://meta.discourse.org/t/hiding-suggested-topics/15622/5 "2024-02-13T09:40:19Z")

</div>

Para eliminar los Temas Sugeridos de la parte inferior de un tema, puedes establecer la configuración de administrador `suggested topics` en 0. 👍

---

<div class="post-metadata">

### Author: ![JammyDodger](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jammydodger/32/254611_2.png) [@JammyDodger](https://meta.discourse.org/u/JammyDodger)
#### Post date: [13 Febrero, 2024 09:40 UTC](https://meta.discourse.org/t/hiding-suggested-topics/15622/6 "2024-02-13T09:40:21Z")

</div>


