Add Background Image to Password Page Debut Theme

I am trying to add an image as the background of the password page on Debut theme. I have read every post I can find about it but nothing has worked. I have added the image as an asset but I’m not sure what code to add and where. Please help!!! Thank you so much

@ivycooper

Could you provide me store URL? I should be able to answer your question.

Yours faithfully!

hi @DelightCart its jasperoxli.com

thank you!

Hi @ivycooper ,

Add the following code to bottom of the password.liquid file.
Replace “your-image.png” to your image name.

.password-page{ background:url( "{{'your-image.png' | asset_url }}"); background-repeat: no-repeat; background-size: cover; } **Before adding this code to the theme, you should make a backup of the theme.**

that’s worked perfectly thank you so much!!