Notifications
Clear all

Style [Solved] Turn member rating on profile page off?

3 Posts
2 Users
2 Likes
590 Views
sazdoes
Posts: 48
Topic starter
(@sazdoes)
Trusted Member
Joined: 4 years ago

Hi,

is there a way to turn the member rating on the profile page off?

 

2 Replies
Chris
Posts: 3650
(@chris)
Famed Member
Joined: 3 years ago

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 
}

 

sazdoes
Posts: 48
Topic starter
(@sazdoes)
Trusted Member
Joined: 4 years ago

Thank you!