How to change background color for my password page

I was able to change the background color before but I’m not sure how to change it specifically just for my password page. Does anyone have a code I could copy and paste into the code?

I am using the Dawn Theme

Site link: https://garagarage.com/

1 Like

Go to your store admin > Sales channels > Online store > Themes > click “…” in Current theme > Edit code > open password.liquid file, add this code below and save file.


Hello @Geep3r ,

Add this css in section-password.css

.password-main>section:only-child { 
    background: #000;
}

Regards
Guleria

1 Like

Thank you!

1 Like