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.

 

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

3 Posts
2 Users
1 Reactions
870 Views
Posts: 2
Topic starter
(@zlredman)
New Member
Joined: 3 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: 3611
(@chris)
Famed Member
Joined: 4 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: 3 years ago

New Member
Posts: 2

Hello @chris,

Thank you very much it worked!