06/15/2015 at 10:14 am
#337465
Keymaster
@ Ed
p.login-username,
p.login-password,
p.login-submit {
display: inline-block;
}
p.login-remember {
display: none;
}
Here’s the CSS. One thing to keep in mind… the HTML being output is the standard WordPress login form, so if you add it anywhere else on the site or another plugin also renders the login form that CSS will also affect it too which may not be desireable.
Hope that helps.
