Last Updated: February 25, 2016
·
489
· aaronjcksn

Customize your WP Login

addaction("loginhead", "myloginhead");
function myloginhead() {
echo "
<style>
body.login {background: url('".getbloginfo('templateurl')."/images/YOUR-BACKGROUND-IMAGE.jpg') repeat-x top center #62b2d5;}
body.login #login h1 a {
background: url('".getbloginfo('templateurl')."/images/YOUR-LOGO.png') no-repeat scroll center top transparent;
height: 171px;
width: 310px;
margin-left:10px;
}
.login #nav, .login #backtoblog {text-shadow:none !important;}
</style>
";
}

1 Response
Add your response

White labeling! I like it :)

over 1 year ago ·