• Resolved Rayvenhaus

    (@rayvenhaus)


    What is the field “Background Size” under Background Image used for? I have a LARGE background image and I can not seem to set it so that the entire image can be seen.

Viewing 1 replies (of 1 total)
  • Hi,
    Please open to edit the customizer.php file at /wp-content/plugins/login-customizer/.
    Find this code:-
    <?php if( !empty($bg_url)) : ?>

    Replace with this code:-
    <?php if( !empty($bg_img)) : ?>

    This change will fix your issue.

    Thanks
    Mohammad

Viewing 1 replies (of 1 total)

The topic ‘Background Size settings’ is closed to new replies.