# How do I disable the hot feature?

**URL:** https://meta.discourse.org/t/how-do-i-disable-the-hot-feature/396803
**Category:** Support
**Tags:** hot-topics, horizon-theme
**Created:** [February 23, 2026, 2:22pm UTC](https://meta.discourse.org/t/how-do-i-disable-the-hot-feature/396803 "2026-02-23T14:22:49Z")
**Posts on this page:** 1
**Showing post:** 5

<div class="post-metadata">

### Author: ![Moin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/moin/32/554653_2.png) [@Moin](https://meta.discourse.org/u/Moin)
#### Post date: [February 24, 2026, 9:08pm UTC](https://meta.discourse.org/t/how-do-i-disable-the-hot-feature/396803/5 "2026-02-24T21:08:52Z")

</div>

I think you can hide them with CSS

```css
span.hc-topic-card__status.--hot {
  display: none;
}

```

- [Customizing themes without an Edit code button](https://meta.discourse.org/t/customizing-themes-without-an-edit-code-button/329601)
- [Making custom CSS changes on your site](https://meta.discourse.org/t/making-custom-css-changes-on-your-site/168101)

---

_[View the full topic](https://meta.discourse.org/t/how-do-i-disable-the-hot-feature/396803)._
