Notifications
Clear all

[Solved] How to remove website section from profiles

5 Posts
2 Users
0 Reactions
370 Views
Posts: 44
Topic starter
(@hbk747)
Trusted Member
Joined: 10 months ago

Hello, 

I wanted to remove the website section from the profiles. I saw one post that showed code to remove social media profiles, but I am not sure how to remove the website section. Please let me know the CSS custom code. 

Warm regards,

4 Replies
Tutrix
Posts: 1496
(@tutrix)
Noble Member
Joined: 5 years ago

Hi @hbk747 

.wpf-field.wpf-field-type-url.wpf-field-name-user_url {
display: none;
}

add it to custom css
Dashboard > wpForo > Settings > Colors & Styles > Custom CSS

Posts: 44
Topic starter
(@hbk747)
Trusted Member
Joined: 10 months ago

@tutrix Thank you!

is it possible to remove the 

I feel like people could exploit or troll people using that.

1 Reply
Tutrix
(@tutrix)
Joined: 5 years ago

Noble Member
Posts: 1496

@hbk747 

#wpforo #wpforo-wrap .wpforo-profile-account .wpf-field-type-avatar li:nth-of-type(2){
display: none
}
Posts: 44
Topic starter
(@hbk747)
Trusted Member
Joined: 10 months ago

@tutrix thank you!