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/
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/
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
Thank you!