Oct 27, 2021 6:57 am
Hi,
is there a way to turn the member rating on the profile page off?
2 Replies
Oct 27, 2021 9:10 am
Hi @sazdoes,
Insert the below CSS code in Custom CSS Code Field from Dashboard > Forum > Settings > Styles Tab
#wpforo .wpf-profile-section-body .wpf-statbox.wpfbg-9:nth-child(8) {display: none !important }
Oct 28, 2021 6:57 am
Thank you!