How do I add full page background behind the login area? Like this one with big picture of campus.
http://www.flickr.com/photos/socialsnack/3948974714/in/pool-bm-custom-login
Thanks :)
How do I add full page background behind the login area? Like this one with big picture of campus.
http://www.flickr.com/photos/socialsnack/3948974714/in/pool-bm-custom-login
Thanks :)
I would like to know this too.
Upload a background image to your media library, then copy the URL of the image (example: http://yourdomain.com/wp-content/uploads/2011/12/login-background.jpg)
Go to Plugins > Editor > BM Custom Login and edit the file: bm-custom-login.php
Look for:
body.login {
background:#<?php echo $cl_options['cl_backgroundColor']; ?> !important;
}
and replace with:
body.login {
background-image:url('http://yourdomain.com/wp-content/uploads/2011/12/login-background.jpg');
}Forgot to add, I found it best to make your background image 1800 x 1200 pixels, so it covers the entire screen for large monitors.
I have added an option to the plugin so you will soon be able to update this through the plugin itself.
Unfortunately the WordPress svn keeps timing out so I haven't been able to update the code properly, but I will do so in the next day or so once things are back to normal.
Thanks binarymoon, I look forward to the update ;)
Thanks binarymoon for the upcoming improvement. And thanks mentalist3d for the quickfix.
You must log in to post.