Notifications
Clear all

[Solved] How to disable the dislike button?

5 Posts
3 Users
2 Reactions
558 Views
Posts: 201
 fawp
Topic starter
(@fawp)
Reputable Member
Joined: 5 years ago

I had a look at the settings in wpForo v.2 but I couldn't find a way to disable dislikes.

 

If I did not want to have dislikes in my forum, how would I do that in wpForo v.2 ?

4 Replies
Chris
Posts: 3649
(@chris)
Famed Member
Joined: 3 years ago

@fawp,

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;
}
3 Replies
 fawp
(@fawp)
Joined: 5 years ago

Reputable Member
Posts: 201

Thanks @chris , this will do.

(@mortenmost)
Joined: 6 years ago

Eminent Member
Posts: 25

@chris Where do I put this?

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;
}
Chris
(@chris)
Joined: 3 years ago

Famed Member
Posts: 3649

@mortenmost,

navigate to Dashboard > wpForo > Settings > Colors & Styles, and insert it in Custom CSS Code field.