Viewing 6 replies - 1 through 6 (of 6 total)
  • I would like to know this too.

    Upload a background image to your media library, then copy the URL of the image (example: https://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('https://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.

    Plugin Contributor binarymoon

    (@binarymoon)

    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.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: BM Custom Login] How to add big background picture?’ is closed to new replies.