Notifications
Clear all

[Solved] Views

3 Posts
2 Users
0 Likes
1,767 Views
(@peterwangbiz)
Trusted Member
Joined: 6 years ago
Posts: 37
Topic starter  

Is it possible I hide the "Views" of all the topics?


   
Astghik
(@astgh)
Illustrious Member Admin
Joined: 6 years ago
Posts: 5912
 

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;
}

   
(@peterwangbiz)
Trusted Member
Joined: 6 years ago
Posts: 37
Topic starter  

Thank you!


   
Share:
Scroll to top