# Stat Banner

**URL:** <https://meta.discourse.org/t/stat-banner/283177>\
**Category:** Theme component\
**Tags:** official, stat-banner\
**Created:** [October 23, 2023, 9:52pm UTC](https://meta.discourse.org/t/stat-banner/283177 "2023-10-23T21:52:45Z")\
**Posts on this page:** 1\
**Showing post:** 19

<div class="post-metadata">

**Author:** ![awesomerobot](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/awesomerobot/32/142900_2.png) [@awesomerobot](https://meta.discourse.org/u/awesomerobot)\
**Post date:** [November 13, 2024, 1:47pm UTC](https://meta.discourse.org/t/stat-banner/283177/19 "2024-11-13T13:47:14Z")

</div>

if you change the theme setting `show_on` to `everywhere` you should be able to use this CSS to display it in a single category (replace `examplecategory` with your relevant category slug)

```scss
.stat-banner__wrapper {
  display: none;
}

body.category-examplecategory {
  .stat-banner__wrapper {
    display: block;
  }
}

```

---

_[View the full topic](https://meta.discourse.org/t/stat-banner/283177)._
