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.
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed. We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
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)