Is there a way to remove the Member Activity Statistic grid from the Profile? I have no need for questions, answers, blogs, etc. I am only using Extended Layouts.
If not possible to remove it, is it possible to edit it?
Thank You.
Is there a way to remove the Member Activity Statistic grid from the Profile? I have no need for questions, answers, blogs, etc. I am only using Extended Layouts.
If not possible to remove it, is it possible to edit it?
Thank You.
add this to custom css
#wpforo #wpforo-wrap .wpf-profile-section .wpf-statbox:nth-of-type(3),
#wpforo #wpforo-wrap .wpf-profile-section .wpf-statbox:nth-of-type(4),
#wpforo #wpforo-wrap .wpf-profile-section .wpf-statbox:nth-of-type(5),
#wpforo #wpforo-wrap .wpf-profile-section .wpf-statbox:nth-of-type(9),
#wpforo #wpforo-wrap .wpf-profile-section .wpf-statbox:nth-of-type(10){
display: none;
}
Dashboard > Forums > Settings > Style (custom css)