Skip to content

Instantly share code, notes, and snippets.

@loorlab
Forked from mateusneves/custom-login.css
Created September 16, 2016 17:22
Show Gist options
  • Save loorlab/f6fcf4631110ce862ef57ca09738b72f to your computer and use it in GitHub Desktop.
Save loorlab/f6fcf4631110ce862ef57ca09738b72f to your computer and use it in GitHub Desktop.
WordPress custom login style
/* Change background */
body.login {
background-image: url('home-bg.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
}
/* Change login logo */
.login h1 a {
background-image: url('login-logo.png');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment