Change the background color on the password page only I Dawn theme

Hello !

I’m using the Dawn theme last version, and I need to change the password page background color to black. Only the password page.

Any tips or guidance on how to do this?

Your help is much appreciated!

Thanks

1 Like

Hi @vdhsca1

Would you mind to share the URL website of the password page? Thanks!

Hello,

I’m sorry, but unfortunately, I can’t.

I’m not allowed to share it as it is in private mode and not for myself…

1 Like

Im not sure if im able to help you without seeing it but try to this one. It also from the dawn theme.

  • From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  • Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  • In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
#shopify-section-main-password-header .gradient, .password-main, #shopify-section-main-password-footer .gradient {
    background: black;
}
  • And Save.
  • Change the color that you desire.

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

1 Like

Hi @vdhsca1

If the solution that @Made4uo-Ribe provided doesn’t work for this situation, I recommend instead contacting our authenticated support team for additional help. This type of customization may be supported by our in house theme support team. They would be happy to review and hopefully make those changes for you.

To access our authenticated support, please follow this link: Shopify Help Center.

Thank you !