AI Search
Classic Search
Notifications
Clear all
How-to and Troubleshooting - wpForo 2.0
3
Posts
2
Users
1
Reactions
1,566
Views
Nov 30, 2019 2:39 am
2 Replies
Nov 30, 2019 11: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/