You can use the below ID to style the lost password form:
#lostpasswordform
A simple example would be:
#lostpasswordform {
margin:auto;
width: 50%;
}
This shortcode displays a form that allows a visitor of your site to request a password reset link be sent to them by mail.
button_text : Change the text/label of the button
email_label : Change the label for “Username or Email”.
You can use the below ID to style the lost password form:
#lostpasswordform
A simple example would be:
#lostpasswordform {
margin:auto;
width: 50%;
}
See our detailed guide on how users can reset their passwords through this shortcode.