# Homepage Categorie/Laatste Onderwerpen weergave met verborgen subcategorieën

**URL:** https://meta.discourse.org/t/homepage-category-latest-topics-view-with-hidden-sub-cats/187116
**Category:** UX
**Created:** [16 april 2021 om 15:24 UTC](https://meta.discourse.org/t/homepage-category-latest-topics-view-with-hidden-sub-cats/187116 "2021-04-16T15:24:21Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Jim\_Starkweather](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jim_starkweather/32/181916_2.png) [@Jim\_Starkweather](https://meta.discourse.org/u/Jim_Starkweather)
#### Post date: [16 april 2021 om 15:24 UTC](https://meta.discourse.org/t/homepage-category-latest-topics-view-with-hidden-sub-cats/187116/1 "2021-04-16T15:24:21Z")

</div>

I have been giving some thought to the obvious clutter on my homepage due to sub-categories. And yes I know I should be trying to convert to tags. However I have a very aged usergroup probably averaging around 55 and they don’t like change. So for now at least it’s sub-cat city.

My suggestion would be to have a setting for the default category/latest topics view that would change this:

 ![image](https://global.discourse-cdn.com/meta/original/3X/2/6/26275d130e4d35bf7dcc78d1793aff0c7b169eda.png)

To this: (so basically just hiding the available categories and allowing their selection from the main forum page)

 ![image](https://global.discourse-cdn.com/meta/original/3X/6/2/62952192389ec5c12b5f28565ff476b703ace7cf.png)

Adding a “Hidden” option to this setting might be a simple solution. Which of course made me just wonder if I can hide them via CSS for now. Still… a setting might be nice. 🙂

 ![image](https://global.discourse-cdn.com/meta/original/3X/e/2/e2b37c081cae4821a569e72d612b819f66dc2332.png)

---

<div class="post-metadata">

### Author: ![Jim\_Starkweather](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jim_starkweather/32/181916_2.png) [@Jim\_Starkweather](https://meta.discourse.org/u/Jim_Starkweather)
#### Post date: [16 april 2021 om 15:58 UTC](https://meta.discourse.org/t/homepage-category-latest-topics-view-with-hidden-sub-cats/187116/2 "2021-04-16T15:58:19Z")

</div>

Adding `.category-list .subcategories {display:none;}` to the CSS seems to do the trick without mucking up other .subcategories divs elsewhere.
