# Hide category stats

**URL:** https://meta.discourse.org/t/hide-category-stats/113393
**Category:** Support
**Created:** [April 3, 2019, 10:41pm UTC](https://meta.discourse.org/t/hide-category-stats/113393 "2019-04-03T22:41:57Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![ckshen](https://avatars.discourse-cdn.com/v4/letter/c/ad7895/32.png) [@ckshen](https://meta.discourse.org/u/ckshen)
#### Post date: [April 3, 2019, 10:41pm UTC](https://meta.discourse.org/t/hide-category-stats/113393/1 "2019-04-03T22:41:58Z")

</div>

Any idea how to hide the category stats? I think the way to hide them has changed in recent versions.

.categoryStats{  
display: none;  
}

this no longer works.

thanks!

![image](https://global.discourse-cdn.com/meta/original/3X/9/5/95627d8562ef95fc80bc5642b88cc5a32f4c37ff.png)

---

<div class="post-metadata">

### Author: ![tshenry](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tshenry/32/119495_2.png) [@tshenry](https://meta.discourse.org/u/tshenry)
#### Post date: [April 3, 2019, 11:45pm UTC](https://meta.discourse.org/t/hide-category-stats/113393/2 "2019-04-03T23:45:00Z")

</div>

Your screenshot looks like you want to target those stats for subcategories. If that’s the case, this is the CSS you would use:

```css
.category-list .subcategories .badge-notification.new-posts {
  display: none;
}

```

---

<div class="post-metadata">

### Author: ![ckshen](https://avatars.discourse-cdn.com/v4/letter/c/ad7895/32.png) [@ckshen](https://meta.discourse.org/u/ckshen)
#### Post date: [April 4, 2019, 12:39am UTC](https://meta.discourse.org/t/hide-category-stats/113393/3 "2019-04-04T00:39:05Z")

</div>

Thank you, this does the trick!

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [May 4, 2019, 12:39am UTC](https://meta.discourse.org/t/hide-category-stats/113393/4 "2019-05-04T00:39:07Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
