How do I disable the hot feature?

I would rather just shut this feature off - my community is new / small and labeling things hot seems kind of pathetic and distracting - there are barely any people here

3 Likes

Are you using the Horizon theme? If so, I believe post labels can be disabled, not able to check but I think I remember the option existing.

If you’d like, you can also remove it from the top navigation menu in the admin panel

4 Likes

Thanks - I removed the hot category. I don’t see an option to remove the labels… I’ll see if it comes up again

3 Likes

Still seeing the hot label. It would be great if I could disable this or change the criteria for it so it rarely shows. A post with 3 likes is not really ā€œhotā€

I think you can hide them with CSS

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

Ok thank you. CSS changes require pro version, correct? (Not starter?)

2 Likes