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.

 

[Closed] Remove boxes related to questions on profile page

3 Posts
2 Users
0 Reactions
1,870 Views
Posts: 26
Topic starter
(@ruralinfo)
Eminent Member
Joined: 9 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: 990
Moderator
(@martin)
Support Team
Joined: 9 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: 9 years ago

That is awesome..  thank you