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-
-
Go to Online Store
-
Edit Code
-
Find and Open theme.liquid file
-
Find tag and above this tag paste below code
Look like this-
Please let me know when works and like mark as solve!
Hello There,
- In your Shopify Admin go to online store > themes > actions > edit code
- 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;
}





