Password Page Background Colour Narrative Theme

Hi there,

I am wanting to change the background colour (OR IMAGE if it’s easy enough) of the password page of my shopify store. I am very new to coding so please be clear about where to paste the code and what’s needed to use an image instead of changing colour.

Thanks in advance, my store is www.tootheory.com to see the password page currently

Tayla

1 Like
body.password-template {
    background-color: red !important;
}

@tayla1 Add this code in the bottom of theme.css or theme.scss file

or

for the Image on background of password page. use this code

body.password-template{  
background-image:url('https://www. add IMAGE_ADDRESS_HERE.jpg');
}

in the url ‘enter your image link’