Notifications
Clear all

[Closed] Remove boxes related to questions on profile page

3 Posts
2 Users
0 Likes
1,668 Views
Posts: 26
Topic starter
(@ruralinfo)
Eminent Member
Joined: 8 years ago

Is there also a way to remove anything question and answer related on the profile pages?  Mine will not use the Q and A features and I need any reference to be removed..  Thanks

2 Replies
Posts: 986
Moderator
(@martin)
Support Team
Joined: 8 years ago

Yes, but only using CSS code. Put this code in your current active theme style.css file, save, delete cache and do CTRL+F5 on front-end to reload css files:

#wpforo #wpforo-wrap .wpf-profile-section .wpf-statbox:nth-child(2){display:none;}
#wpforo #wpforo-wrap .wpf-profile-section .wpf-statbox:nth-child(3){display:none;}
#wpforo #wpforo-wrap .wpf-profile-section .wpf-statbox:nth-child(4){display:none;}

 

 

Posts: 26
Topic starter
(@ruralinfo)
Eminent Member
Joined: 8 years ago

That is awesome..  thank you