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>
";
}
Written by Aaron Jackson
Related protips
1 Response
White labeling! I like it :)
over 1 year ago
·
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Php
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#