Selectively hiding numbers

I am an employee at Jupiter.community (Jupiter Community - Interact, share, co-create). 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?


Have a look at Hide Users column for a similar #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?

Related reading:

3 Likes

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?

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

3 Likes