Hi,
When we click on Login in the top right corner, there is pop up login. But we can type only in UPPERCASE. due to that people are unable to login
MkModerator
This reply has been marked as private.
This reply has been marked as private.
MkModerator
Go to wp-admin -> Appearance -> customizer -> custom.css
and add this css at below --
.popup_login #vbp-login-form .inside_login_form .inside input[type=text], .popup_login #vbp-login-form .inside_login_form .inside input[type=password] {
text-transform: lowercase !important;
}
Hope it will solve your issue.