• SFC

    (@susanfcooley)


    How do you enlarge the login Form size?

    Where is the login Form size defined?

    I know the login/register/retrieve password forms are all inside wp-login.php but where the heck is the size of the login forms defined???

Viewing 1 replies (of 1 total)
  • /wp-admin/wp-login.php’s size is defined in /wp-admin/css/login.css
    towards the bottom, ctrl+f search for #user_login

    #user_pass,#user_login,#user_email{font-size:24px;width:97%;padding:3px;margin-top:2px;margin-right:6px;margin-bottom:16px;border:1px solid #e5e5e5;background:#fbfbfb;}

    change “font-size:24px” to “font-size:64px” or whatever your into.

Viewing 1 replies (of 1 total)
  • The topic ‘How to Enlarge Login Form Size?’ is closed to new replies.