Notifications
Clear all

[Solved] Disable downvote

3 Posts
2 Users
1 Likes
298 Views
Posts: 282
Topic starter
(@danniee)
Reputable Member
Joined: 4 years ago

Hi,

Since the big update I now have likes AND dislikes. I'd like to remove dislikes but don't see an option for it, or I could have missed it.

2 Replies
Posts: 3652
Admin
(@chris)
Support Team
Joined: 2 years ago

Hi @danniee,

wpForo doesn't have option to disable dislike button but you can hide it and use the main button for Like/Unlike

#wpforo #wpforo-wrap .wpf-popover-content {
    display: none !important;
}
Posts: 282
Topic starter
(@danniee)
Reputable Member
Joined: 4 years ago

Thanks!