Hello guys i need some help. i cant change my background in the password page. please help
Topic summary
A user is unable to change the background on their Shopify password page and seeks assistance.
Proposed Solutions:
Multiple respondents suggest adding CSS code to modify the background:
- Navigate to Online Store → Theme → Edit code → Assets → base.css
- Add CSS snippet at the bottom of the file:
orbody.password .gradient { background-color: #fff !important; }.password { background: #000 !important; }
Key Points:
- One respondent asks for clarification on whether the user wants to change background color or add a background video
- All solutions involve editing the theme’s CSS file directly
- The
!importantflag is used to override existing styles
Status: The issue remains unresolved as the original poster has not confirmed whether any suggested solution worked.
This is Richard from PageFly - Shopify Page Builder App, I’d like to suggest this idea:
Online Store ->Theme ->Edit code
Assets ->Base.css
body.password.gradient {
background-color: #fff !important;
}
Hope you find my answer helpful!
Best regards,
Richard | PageFly
This is David at SalesHunterThemes.
Do you want to change the background video or background color?
I hope you are doing good and welcome to the Shopify Community!
I am San from MS Web Designer.
Please add this css in your bottom of the base.css file:
.password {background: #000 !important;}
Regards,
San