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.

 

[Solved] How to remove website section from profiles

5 Posts
2 Users
0 Reactions
529 Views
Posts: 74
Topic starter
(@hbk747)
Estimable Member
Joined: 1 year 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: 1522
(@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: 74
Topic starter
(@hbk747)
Estimable Member
Joined: 1 year 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: 1522

@hbk747 

#wpforo #wpforo-wrap .wpforo-profile-account .wpf-field-type-avatar li:nth-of-type(2){
display: none
}
Posts: 74
Topic starter
(@hbk747)
Estimable Member
Joined: 1 year ago

@tutrix thank you!