Notifications
Clear all

Limited Support

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.

 

[Solved] Member Activity Statistic

3 Posts
2 Users
3 Reactions
11 K Views
Posts: 5
Topic starter
(@ultimatepersonu)
Active Member
Joined: 4 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
Tutrix
Posts: 79
Customer
(@tutrix)
Member
Joined: 5 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: 4 years ago

OK @Tutrix,

The CSS worked.  Thank You. 

Share:
Scroll to top