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.
Please note, that here we only support Paid Addons issues and questions.
gVectors Support staff works from 6am to 6pm (GMT+0)
All questions related to wpForo and wpDiscuz free plugins should be asked in the corresponding plugin support forum:
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)