Notifications
Clear all

Style [Solved] How to remove "About Me" on profil page

3 Posts
2 Users
1 Reactions
668 Views
Posts: 2
Topic starter
(@zlredman)
New Member
Joined: 2 years ago

Hello someone would be how to remove the "About Me" in the user profile page, because I have bots/spam that advertise in their "About Me" and I would like to remove it or block words/links, if someone would be how to do that would be cool

2 Replies
Chris
Posts: 3649
(@chris)
Famed Member
Joined: 3 years ago

Hi @zlredman,

You can use CSS to hide about me field:

Insert the CSS Code in Custom CSS Code field from Dashboard > Forums > Settings > Styles Tab

#wpforo #wpforo-wrap .wpf-field.wpf-field-type-tinymce.wpf-field-name-about {
    display: none;
}

Or User Custom Fields Addon to remove it from the profile.

1 Reply
(@zlredman)
Joined: 2 years ago

New Member
Posts: 2

Hello @chris,

Thank you very much it worked!