Why is my password screen showing blank?

My password screen is showing blank. I tried resetting everything but it stays the same. Please help

1 Like

Hi @Tb129379 ,

Would you mind to share your URL website? with password if its protected. Thanks!

https://thebluesclothing.com/password

1 Like

Thank you for the information.

But Sorry to say there is something in your element style that it cant be change. it needs to edit in the HTML. The only thing I can change is the form. which looks like this.

form#contact_form {
    background: aliceblue;
}
  1. From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  2. Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  3. In the “Assets” folder, click on “base.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:
  4. And Save.

If you edit on the HTML.


Result:

I hope it help.