تصويت المشاركات: هل يمكن إخفاء التصويت السلبي؟

Hi community!

Is there maybe a solution if I don’t want to give an option to downvote comments? I’ve enabled the Post Voting feature, but would love to keep the upvote option only. Is it not possible?

Thank you!

إعجاب واحد (1)

There’s not a way in the UI, but I think you can hide it with a little CSS. Something like this:

.post-voting-button-downvote {
    
    display: none;
}
إعجابَين (2)

It worked! Thanks heaps! :heart_eyes:

إعجابَين (2)

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.