How do I disable the hot feature?

I think you can hide them with CSS

span.hc-topic-card__status.--hot {
  display: none;
}
2 Likes