Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

[Solved] How to disable the dislike button?

5 Posts
3 Users
2 Reactions
967 Views
Posts: 212
 fawp
Topic starter
(@fawp)
Reputable Member
Joined: 6 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: 3611
(@chris)
Famed Member
Joined: 4 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: 6 years ago

Reputable Member
Posts: 212

Thanks @chris , this will do.

(@mortenmost)
Joined: 7 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: 4 years ago

Famed Member
Posts: 3611

@mortenmost,

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