Greetings,
I’ve changed the color of my email sign-up box using this code in CSS.
.newsletter-form__field-wrapper .field__input {
background: #367d3d !important;
border: none !important;
}
Now I need to change the color of the text, arrow and input text to #ffffff however. I only want this change on the Email Sign-up section and I don’t want those changes to apply to the input forms in other areas of the website.
Thank you