Jun 19, 2020 12:43 pm
We are a starting forum and want to hide the views of posts. Is this possible?
thanks
4 Replies
Jun 19, 2020 12:58 pm
Hi @lukva,
Please navigate to the Dashboard > forums > Settings > Styles admin page put the following CSS code in the "Custom CSS Code" textarea:
#wpforo #wpforo-wrap .wpfl-4 .wpf-thread-box.wpf-thread-views {
display: none;
}
#wpforo #wpforo-wrap .wpfl-4 .wpf-threads-head .wpf-thead-views {
display: none;
}
Don't forget to delete all caches and press CTRL+F5(twice) on the frontend before checking.
Oct 08, 2021 2:23 pm
.wpf-thead-views {
Thank you for the code. I guess that "thead" in the second line would be "thread", isn't it?