Notifications
Clear all

[Solved] How to remove the 'Like' buttons entirely

3 Posts
2 Users
0 Reactions
93 Views
ffooccuuss
Posts: 23
Topic starter
(@ffooccuuss)
Eminent Member
Joined: 1 year ago

I previously (last year, Sep 2024) requested some CSS to remove the 'thumbs down' button as some of my users felt it wasn't useful and they mistakenly clicked on it sometimes. Now my users feel it is overused and would like to remove it completely, just to simplify the interface (I have a older and mostly 'not very technical' demographic). Would you please modify the code you sent to me previously to remove one button and make it remove both buttons? 

#wpforo-wrap{
font-size: 13px; width: 100%; padding: 10px 0; margin: 0px;
}
/* remove reaction Popover Content */
#wpforo #wpforo-wrap .wpforo-reaction.wpf-popover .wpf-popover-content {display: none !important;}
/* remove Received Dislikes Icon from Profil */
#wpforo #wpforo-wrap .wpf-profile-section .wpf-statbox:nth-child(8){display:none;}

TIA, 

Jerry in Houston, Texas

 

2 Replies
Sofy
Posts: 5413
 Sofy
Admin
(@sofy)
Support Team
Joined: 7 years ago

Hi,

If you want to remove the topic/post like feature, you’ll need to edit each forum access and uncheck the "Can like" permission.

You can manage all forum accesses from your Dashboard > wpForo > Accesses admin page.

Reply
ffooccuuss
Posts: 23
Topic starter
(@ffooccuuss)
Eminent Member
Joined: 1 year ago

Thank you! I searched the documentation and forums and did not find a reference to this. That is just what I was looking for - with no code required! Many thanks!

Reply