AI Search
Classic Search
Notifications
Clear all
How-to and Troubleshooting - wpForo 2.0
3
Posts
2
Users
0
Reactions
1,416
Views
Feb 24, 2022 3:24 pm
Hello @ all
We want to remove some of the "boxes" in the profiles under the point Member Activity, for example likes and ranking. We did not want our users to look for likes, like on facebook or instagram.
Is there a way to control these "Boxes" differntly, to switch individual options of them ?
Best Regards
Maurice
2 Replies
Feb 24, 2022 4:53 pm
HI @maurice2-0,
That boxes don't have individual option, and for hiding them you can use CSS codes for that.
For Example:
.wpf-statbox.wpfbg-9:nth-child(6) {
display: none !important;
}
Insert the above CSS Code in Custom CSS Codes field form Dashboard > Forums > Settings > Styles Tab.
Feb 24, 2022 6:05 pm
Thanks. Perfect !
