Sep 03, 2016 11:13 pm
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
Sep 04, 2016 11:54 am
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;}
Sep 04, 2016 2:54 pm
That is awesome.. thank you