帖子投票:可以隐藏踩吗?

大家好!

有没有办法不提供“踩”评论的选项?我启用了“帖子投票”功能,但只想保留“点赞”选项。这是不可能的吗?

谢谢!

1 个赞

UI 中没有此选项,但我认为您可以使用一些 CSS 来隐藏它。类似这样:

.post-voting-button-downvote {
    
    display: none;
}
2 个赞

太棒了!非常感谢!:heart_eyes:

2 个赞

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