Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
Jun 13, 2018 3:46 am
I would like to know if there is a way to remove or hide what fields display in the profile page next to the to picture.
I would like to hide the Group and the Date Joined
1 Reply
Jun 13, 2018 6:01 pm
Hi dfoshay,
I'm sorry but wpForo doesn't have such options.
I suggest you use the following CSS code, put it in Dashboard > Comments > Settings > Styles > "Custom CSS Code" textarea.
.profile-stat-data-item:nth-child(2) {
display: none !important;
}
.profile-stat-data-item:nth-child(3) {
display: none !important;
}
Delete all caches, do CTRL + F5 on frontend.