Apr 22, 2023 3:15 am
Hello,
I'm using OAuth to connect to WordPress through the external user panel and database and I want to disable the ability (hide) the field were members can change their email address in the wpforo settings.
Is it possible?
1 Reply
Apr 22, 2023 5:39 am
Hi @tugadj
you can use this CSS code
.wpf-field.wpf-field-type-email.wpf-field-name-user_email.wpf-field-required { display: none; }
Dashboard > wpForo > Settings > Colors & Styles > Custom CSS
or use > wpForo - User Custom Fields to have full control over all fields