Change background image in customised login page

I’m currently editing the Universal Login page based on the Lock template. I cannot see any properties to set to configure a background image. Any styles I add of the form:

body {
background-image: url(‘the url.jpg’);
}

Just result in a completely white page. Is there a way to set the background image for the lock customisation?

1 Like

Putting the below in the section works

body{ background: url("[URL]") no-repeat; background-size:cover; } .auth0-lock.auth0-lock.auth0-lock-opened .auth0-lock-overlay { display: none; }
1 Like

Perfect! Glad you have it working now!

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.