How-to and Troubleshooting
3
Posts
2
Users
0
Reactions
836
Views
Feb 24, 2022 11:24 am
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 12: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 2:05 pm
Thanks. Perfect !