# Classic About Statistics

**URL:** https://meta.discourse.org/t/classic-about-statistics/336150
**Category:** Theme component
**Tags:** about-page
**Created:** [November 14, 2024, 2:10pm UTC](https://meta.discourse.org/t/classic-about-statistics/336150 "2024-11-14T14:10:33Z")
**Posts on this page:** 1
**Showing post:** 6

<div class="post-metadata">

### Author: ![ToddZ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/toddz/32/328350_2.png) [@ToddZ](https://meta.discourse.org/u/ToddZ)
#### Post date: [November 14, 2024, 6:31pm UTC](https://meta.discourse.org/t/classic-about-statistics/336150/6 "2024-11-14T18:31:13Z")

</div>

> [@pfaffman](#):
>
> At the time I wrote this the statistics in the right sidebar are not wrapped in a single class, so I had to hide the `<h3>` header with `last-child`. I’m not sure how fragile that might be.

Cool – I approached this with `nth-of-type` rather than `last-child.` For anyone wanting to suppress the new stats without restoring old stats, a little CSS clip over here (currently) works:

> [@New and improved About page at /about is live](https://meta.discourse.org/t/new-and-improved-about-page-at-about-is-live/324212/74):
>
> Hiding “Site activity” section The old About page had a “stats” class on a div that allowed “Site activity” to be easily suppressed via custom CSS: //suppress site statistics on old About page .stats { display: none; } The new About page lacks this div class. It would be nice to have, but for anyone else not wanting site stats shown, here’s a way to suppress the separate elements as they’re currently rendered: // suppress site statistics on NEW About page .about\_\_right-side H3:nth-of-ty…

---

_[View the full topic](https://meta.discourse.org/t/classic-about-statistics/336150)._
