How-to and Troubleshooting
3
Posts
2
Users
1
Reactions
1,222
Views
Jun 28, 2019 9:47 pm
I want to remove the 'Title" field from my members' Account settings page. I don't want them to be able to edit their Title! I tried toggling the Members Custom Title button to "disable" in Settings-->Members, but it is still showing up for members when they edit their profiles. I tried clearing my browser, but there are no changes to the Account pages. Am I going about this the wrong way?
2 Replies
Jun 29, 2019 10:11 am
Hi @bookreader,
You can use the following CSS code:
.wpf-field.wpf-field-type-text.wpf-field-name-title.wpf-field-required {
display: none !important;
}
I'd also suggest you check out wpForo – User Custom Fields add-on. This addon is designed to extend the forum profile system. You can create a custom Registration form with custom fields, add custom fields in the User Profile system and in Members Search form. More info here: