Apr 03, 2022 5:09 pm
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
Apr 04, 2022 11:40 am
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.