How do i make input fields transparent of white in taste theme

I would like for my contact forms and email forms to have a white/transparent input field however it is pink and blends in with the accent color. How can i change it?

Hi Jhaddock,
Could you please share your website link and password if any?

It is modaangelique.myshopify.com and the password is: lowrtu

Follow these steps :

  1. Go to Online Store-> Theme->Edit code
  2. Asset->/base.css->paste the below code at the bottom of the file.
form input, textarea {
    background: #fff !important;
}

Hi @jhaddock ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css->paste below code at the bottom of the file:
.newsletter-form__field-wrapper .field__input,
#ContactForm .field__input {
    background: #fff !important;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

No that didn’t work unfortunately. I dont see that theme.scss.liquid so i did it under theme.liquid and it didn’t work

If you don’t have theme.scss.liquid then add into base.scss file. Don’t add into theme.liquid file.

If possible share your assets folder screenshot so I can tell you on which file you need to add this style