# How to change stats display on 'about' page?

**URL:** https://meta.discourse.org/t/how-to-change-stats-display-on-about-page/63298
**Category:** Support
**Created:** [5월 24, 2017, 5:09오후 UTC](https://meta.discourse.org/t/how-to-change-stats-display-on-about-page/63298 "2017-05-24T17:09:33Z")
**Posts on this page:** 1
**Showing post:** 3

<div class="post-metadata">

### Author: ![dax](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/dax/32/244677_2.png) [@dax](https://meta.discourse.org/u/dax)
#### Post date: [5월 24, 2017, 5:38오후 UTC](https://meta.discourse.org/t/how-to-change-stats-display-on-about-page/63298/3 "2017-05-24T17:38:10Z")

</div>

I can’t find the thread now, but @Mittineague shared few months ago some CSS to display the exact numbers in the About page

```
section.about.stats span.number[title] {
 color: #FFF; 
}
section.about.stats span.number[title]::before {
 content: attr(title);
 color: #000;
}

```

EDIT: found [How do I make the about page show exact post counts?](https://meta.discourse.org/t/how-do-i-make-the-about-page-show-exact-post-counts/52296)

---

_[View the full topic](https://meta.discourse.org/t/how-to-change-stats-display-on-about-page/63298)._
