login issues on website

Home Forums Legacy Support Support queries Styling issues login issues on website

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #239223
    singhal82
    Participant
    http://prntscr.com/qetzgv in this login form , when a user types his user name and pwd … by default it shows in capital… it creates confusion for user.. most of the time user ends in clicking forget pwd link since the login credentials are case sensitive ! how to resolve this ?
    #239246
    Misty
    Member
    Hi, In our login page It automatically takes username and password in caps so no problem , if user type in small letters it automatically converts into caps so there is no issue in login form. http://prntscr.com/qnct46  
    #239791
    MrVibe
    Keymaster
    You can add following css to fix this : input#side-user-login { text-transforum:none !important;}
    #239889
    singhal82
    Participant
    Thanks it worked but it is working only for username not for paswword option.. kindly advise for that too
    #239957
    Misty
    Member
    Hi, Use this css in your custom css Wp-admin > Appearance > customize > custom css input#sidebar-user-pass { text-transform: none!important; }
Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘login issues on website’ is closed to new replies.