Password Page Background Changing doesnt work

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:
    body.password .gradient {
      background-color: #fff !important;
    }
    
    or
    .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 !important flag is used to override existing styles

Status: The issue remains unresolved as the original poster has not confirmed whether any suggested solution worked.

Summarized with AI on November 16. AI used: claude-sonnet-4-5-20250929.

Hello guys i need some help. i cant change my background in the password page. please help

www.ukiyoclo.shop

Hi @ukiyoclothing

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

Hi @ukiyoclothing

This is David at SalesHunterThemes.
Do you want to change the background video or background color?

Hi @ukiyoclothing

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