Skip to content

Instantly share code, notes, and snippets.

@mateusneves
Last active September 16, 2016 17:22
Show Gist options
  • Save mateusneves/8aa48f5cc1f16dc1dc82b6a85bbd6cff to your computer and use it in GitHub Desktop.
Save mateusneves/8aa48f5cc1f16dc1dc82b6a85bbd6cff 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