Notifications
Clear all

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.

 

wpForo 1.x.x [Closed] Remove or hide what fields display on profile page

2 Posts
2 Users
0 Reactions
3,191 Views
Posts: 2
Topic starter
(@dfoshay)
New Member
Joined: 7 years ago

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
Sofy
Posts: 5483
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 years ago

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.