Jul 28, 2020 3:14 pm
How can remove 'Reset Password' section form profile page. Because of I'm using custom user management system. I don't want use WpForo Reset Password section.
1 Reply
Jul 29, 2020 8:36 am
Hi @piresat,
Please navigate to the Dashboard > Forums > Settings > Styles admin page, put the following CSS code in the "Custom CSS Code" textarea:
.wpf-table .wpf-field-type-password{
display:none;
}
Please don't forget to delete all caches and press CTRL+F5(twice) on the frontend before checking.