How can I change the background image in the Brooklyn theme password page?

I’m trying to change the background image on the Password Page of the Brooklyn theme.

I’ve uploaded the file to assets.

I’ve changed the name to password-page-background.jpg and deleted the old file.

I’ve added this code to the bottom of theme.scss.liquid

I’m not sure what I’m doing wrong

1 Like

@Bohemian86

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

1 Like

https://www.mineralparkorganics.com

1 Like

@Bohemian86

can you please add your CDN link here

go to your CSS file line 3516

.password-page__wrapper {
 background-image: url(//cdn.shopify.com/s/files/1/0585/9010/1670/t/6/assets/password-page-background.jpg?v=6018343315141730034);
} /* change image as you like */

Here’s line 3516, I’m not sure if this is what you’re looking for though

1 Like

@Bohemian86

can you try this code add this code your css bottom of theme files

I don’t see a code to add?

I tried adding the code you sent to the bottom of theme and there were no changes