How-to and Troubleshooting
3
Posts
2
Users
1
Reactions
1,056
Views
Nov 29, 2019 10:39 pm
Hi, my forum is http://examqa.com/forums/
How can I remove the "like" feature in my threaded forum?
2 Replies
Nov 30, 2019 7:46 am
Hi @zeeshan333,
1. If you want to hide the like button only from the threaded layout, put the following CSS code in the "Custom CSS Code" located in the Dashboard > Forums > Settings > Styles admin page:
.wpfl-4 span.wpf-action.wpforo-like {
display: none !important;
}
2. You can also edit the forum accesses and uncheck the "Can like" option.
More info here: https://wpforo.com/docs/root/wpforo-settings/forum-accesses/