# Disabling /about stats

**URL:** https://meta.discourse.org/t/disabling-about-stats/53080
**Category:** Development
**Tags:** css
**Created:** [November 18, 2016, 4:49pm UTC](https://meta.discourse.org/t/disabling-about-stats/53080 "2016-11-18T16:49:49Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![1kevgriff](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/1kevgriff/32/162000_2.png) [@1kevgriff](https://meta.discourse.org/u/1kevgriff)
#### Post date: [November 18, 2016, 4:49pm UTC](https://meta.discourse.org/t/disabling-about-stats/53080/1 "2016-11-18T16:49:50Z")

</div>

Hello everyone,  
I haven’t found a good answer anywhere else, so sorry if this is a repeat.

I’m setting Discourse up for a client, and they have a use-case where they would not like users to be able to easily discover the number of registered users on the site. On the /about page, there is a Users/Active Users count - which I would like to disable or hide.

I thought I saw a reference that said I could edit the template for /about, but I wanted to double check there wasn’t a configuration setting I was missing.

Thanks so much!

---

<div class="post-metadata">

### Author: ![GSeven](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/gseven/32/61731_2.png) [@GSeven](https://meta.discourse.org/u/GSeven)
#### Post date: [November 18, 2016, 4:56pm UTC](https://meta.discourse.org/t/disabling-about-stats/53080/2 "2016-11-18T16:56:33Z")

</div>

customize \> css/html

```plaintext
.about.stats {display: none;}

```

---

<div class="post-metadata">

### Author: ![1kevgriff](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/1kevgriff/32/162000_2.png) [@1kevgriff](https://meta.discourse.org/u/1kevgriff)
#### Post date: [November 18, 2016, 9:40pm UTC](https://meta.discourse.org/t/disabling-about-stats/53080/3 "2016-11-18T21:40:01Z")

</div>

Thanks! I’ll start with that, but I’d like to work towards an approach that doesn’t render in the markup at all.

Maybe along the same lines I could embed a single of JS that removes the .about.stats element all together.

---

<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: [October 25, 2023, 8:33am UTC](https://meta.discourse.org/t/disabling-about-stats/53080/4 "2023-10-25T08:33:32Z")

</div>


