AI Search
Classic Search
Notifications
Clear all
How-to and Troubleshooting - wpForo 2.0
3
Posts
2
Users
2
Reactions
1,312
Views
2 Replies
Mar 11, 2020 4:42 pm
Hi @anonymous20,
Please enable "Show Forum Statistic" options, then navigate to the Dashboard > Forums > Settings > Styles admin page put the following CSS code in the "Custom CSS code" textarea:
#wpforo #wpforo-wrap #wpforo-stat-body .wpf-stat-data {
display: none;
}
#wpforo #wpforo-wrap #wpforo-stat-body .wpf-last-info p.wpf-stat-other {
display: none;
}
Please don't forget to delete all caches and press CTRL+F5(twice) on the frontend before checking.
Mar 11, 2020 4:49 pm
Works well.
Many thanks.
