How-to and Troubleshooting
3
Posts
2
Users
2
Reactions
797
Views
Mar 11, 2020 12:00 pm
Hello.
I have disabled the statistics options. BUT i want to keep the part that doesn't belong to statistics, like below in the capture.
How can i do this? Can this be improved in some future version?
Thank you
2 Replies
Mar 11, 2020 12: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 12:49 pm
Works well.
Many thanks.