Hi all. I’m trying to change the background color on the text fields for my contact form using custom CSS for the section (Dawn theme). I have tried adding code to the entire theme in assets/base.css, assets/component-card.css, theme.liquid, and other fields as I have found in other posts but these have made no changes.
Editing the section has done what I want it to do, however, it is only changing the name, email, and phone number fields and is not changing the comment field. I have attached a screenshot of the fields being different colors (it’s hard to see as the color I’m aiming for is dark red and the color I’m trying to change from is black) and the code I used, which is
input.field__input {
background-color: # !important;
}
How do I do this to include the comment box? Thank you!