Notifications
Clear all

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

2 Posts
2 Users
0 Reactions
2,903 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: 5005
 Sofy
Admin
(@sofy)
Support Team
Joined: 7 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.