Notifications
Clear all
wpForo
3
Posts
2
Users
0
Reactions
2,016
Views
Topic starter
13/09/2018 2:43 pm
Is it possible I hide the "Views" of all the topics?
13/09/2018 2:57 pm
Hi peterwangbiz,
I'm sorry, but there is no any option for this purpose. Please use the following CSS code, put it in Dashboard > Forums > Settings > Styles > "Custom CSS Code" textarea, save it delete all caches, do CTRL+F5 on frontend.
#wpforo-wrap .wpfl-1 .wpforo-topic-stat-views{
display:none;
}
#wpforo-wrap .wpfl-1 .head-stat-views{
display:none;
}
Topic starter
22/09/2018 2:35 pm
Thank you!