# Selectively hiding numbers

**URL:** https://meta.discourse.org/t/selectively-hiding-numbers/168486
**Category:** Support
**Created:** [October 28, 2020, 6:55am UTC](https://meta.discourse.org/t/selectively-hiding-numbers/168486 "2020-10-28T06:55:12Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![CommunityJ](https://avatars.discourse-cdn.com/v4/letter/c/5f8ce5/32.png) [@CommunityJ](https://meta.discourse.org/u/CommunityJ)
#### Post date: [October 28, 2020, 6:55am UTC](https://meta.discourse.org/t/selectively-hiding-numbers/168486/1 "2020-10-28T06:55:12Z")

</div>

I am an employee at Jupiter.community ([Categories - Jupiter Community](https://community.jupiter.money/categories)). I wanted to remove the number of replies showing in the category section, however when I create a component and use display: none, it also disappears from the latest section. How do I create a theme component to only remove it from the category section?

 ![Screen Shot 2020-10-27 at 5.55.35 PM](https://global.discourse-cdn.com/meta/original/3X/2/d/2dc7550ff0301a838325e027a5ef89c3e1c4fc46.png)  
 ![Screen Shot 2020-10-27 at 5.55.45 PM](https://global.discourse-cdn.com/meta/original/3X/e/3/e33e310c7962340f958478787d7a1c1a865bed0f.png)

---

<div class="post-metadata">

### Author: ![rishabh](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/rishabh/32/179446_2.png) [@rishabh](https://meta.discourse.org/u/rishabh)
#### Post date: [October 28, 2020, 7:22am UTC](https://meta.discourse.org/t/selectively-hiding-numbers/168486/2 "2020-10-28T07:22:32Z")

</div>

Have a look at [Hide Users Column](https://meta.discourse.org/t/hide-users-column/143506) for a similar #Customization > Theme component.

Hiding a single column is as easy as adding a few lines of CSS to your theme e.g. [How to hide the "views" column? - #5 by jidetheblogger](https://meta.discourse.org/t/how-to-hide-the-views-column/128072/5)

Related reading:

- [Beginner's guide to using Discourse Themes](https://meta.discourse.org/t/beginners-guide-to-using-discourse-themes/91966)
- [Developing Discourse Themes & Theme Components](https://meta.discourse.org/t/developer-s-guide-to-discourse-themes/93648)

---

<div class="post-metadata">

### Author: ![CommunityJ](https://avatars.discourse-cdn.com/v4/letter/c/5f8ce5/32.png) [@CommunityJ](https://meta.discourse.org/u/CommunityJ)
#### Post date: [October 28, 2020, 7:34am UTC](https://meta.discourse.org/t/selectively-hiding-numbers/168486/3 "2020-10-28T07:34:32Z")

</div>

Yes, I saw this. However, when I try to remove it from the category section it also disappears from the latest section since both use the same class and id names. How do I remove the numbers ONLY from the category section?

---

<div class="post-metadata">

### Author: ![Jonathan5](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jonathan5/32/197134_2.png) [@Jonathan5](https://meta.discourse.org/u/Jonathan5)
#### Post date: [October 28, 2020, 6:02pm UTC](https://meta.discourse.org/t/selectively-hiding-numbers/168486/4 "2020-10-28T18:02:53Z")

</div>

The `body` tag in each of those two pages has different classes.
