How to change Password Page Color

I need some help changing the password background to white

Thank you.

from this

to this

(Im not sure how to do it)

What’s your store url ?

Hi @forgetaldrin , can you share us your store url?

Hello @forgetaldrin ,

Here are the steps to apply the necessary changes in your Shopify store:

  1. In your Shopify Admin, navigate to Online Store > Themes > Actions > Edit Code.
  2. Locate Asset > base.css and paste the following code at the bottom of the file:
.password-modal>.modal__content{
background:#ffffff !important;
}

Let me know if you need further assistance!