Mar 24, 2019 10:17 am
Hi team, is it possible to hide the online members and number of members registered? (see image attached) Many thanks.
1 Reply
Mar 25, 2019 7:57 am
Hi @srtalop,
You should use the CSS code for this purpose. Something like this:
.wpf-stat-item:nth-child(4), .wpf-stat-item:nth-child(5) {
display: none !important;
}
/* Use this code to center elements */
#wpforo #wpforo-wrap #wpforo-stat-body .wpf-stat-data {
display: flex;
justify-content: space-between;
}
Don't forget to delete all caches before checking.