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.
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?
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: