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
Thanks - I removed the hot category. I donāt see an option to remove the labels⦠Iāll see if it comes up again
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;
}
Ok thank you. CSS changes require pro version, correct? (Not starter?)
