How do i change the color of login background to match current background?

I accidently deleted my backup theme and now cant figure out how to change the login text back. The background of the email and password text is also light blue and i need it white.

Hello There,

Please share your store URL and password.
So that I will check and let you know the exact solution here.

Hello @keyztotheheart

Could you please provide your store URL and, if it is password protected, please share the password so I can review it and provide a solution?

@keyztotheheart Follow below steps-

  1. Go to Online Store

  2. Edit Code

  3. Find and Open theme.liquid file

  4. Find tag and above this tag paste below code


Look like this-

Please let me know when works and like mark as solve!

Email still has a weird tint and id like to change sign in to have a white background too

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset → base.css and paste this at the bottom of the file:
input#CustomerEmail {
    background-color: #fff;
}
.customer button {
    background-color: #fff;
}
.newsletter-form__field-wrapper .field__input {
    background-color: #fff;
}

login text is off center specifically on mobile and the filter setting isnt black when in portrait mode