Notifications
Clear all

[Solved] How to remove website section from profiles

5 Posts
2 Users
0 Reactions
264 Views
Posts: 41
Topic starter
(@hbk747)
Trusted Member
Joined: 6 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: 1403
(@tutrix)
Noble Member
Joined: 4 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: 41
Topic starter
(@hbk747)
Trusted Member
Joined: 6 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: 4 years ago

Noble Member
Posts: 1403

@hbk747 

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

@tutrix thank you!