• Resolved Gaurav Ghosh

    (@huntereagle)


    Hi Support,

    Latest loginpress login page not working properly. After updating website layout showing not clean pages as old. Background Coming Inside the Form container and background showing full White.

    This CSS Not Working :

    body.login {
    background-image: url(https://domain.example.com/wp-content/plugins/loginpress/img/bg-default.jpg);
    /* background-color: #ddd5c3; */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    display: table;
    min-height: 100vh;
    width: 100%;
    padding: 0;
    }

    This is CSS for Current Login Page:

    body.login {
    background-image: url();
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-size: inherit;
    position: relative;
    }

    Preview Image Here: https://ibb.co/qY3Jfwv

    I have Multiple Website Same is Showing After Updated to Latest Version. Please Check the bug.

    Regards & Thanks
    Gaurav Ghosh

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Latest Loginpress 3.0 Break’ is closed to new replies.