Notifications
Clear all

[Solved] Member Activity Statistic

3 Posts
2 Users
3 Likes
9,393 Views
Posts: 5
Topic starter
(@ultimatepersonu)
Active Member
Joined: 2 years ago

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.

2 Replies
Posts: 68
Customer
(@tutrix)
Member
Joined: 4 years ago

@ultimatepersonu

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)

Posts: 5
Topic starter
(@ultimatepersonu)
Active Member
Joined: 2 years ago

OK @Tutrix,

The CSS worked.  Thank You. 

Share:
Scroll to top