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
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.
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!