[image: 1753532482575-7d28a2ff-4898-4abd-8e35-19e3b206a9fc-image.png]
we have these two settings related to password protected pages now
other than that you can use the css
.post-password-form{
background-color: pink!important;
}
to use a bg image:
go to your media library, click an image,
click copy to clipboard:
[image: 1753532604125-56fbe0c2-8844-4a86-9e19-fc7afde853e2-image.png]
now use this css
.post-password-form{
background-image: url("http://lay.local/wp-content/uploads/2023/11/IMG_2289.jpg");
background-size: cover;
background-position: center;
}
where the URL is your URL (in "")
[image: 1753532713646-87f3894e-bc6e-415e-8666-e972cebd2b92-image-resized.png]
add this in:
lay options -> custom css & html -> custom css for desktop