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
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 לייקים
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 לייקים
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 לייקים
Ok thank you. CSS changes require pro version, correct? (Not starter?)
2 לייקים
