How can i change input text and display text on newsletter form input to black

here is store link,

https://echelonstudio.myshopify.com/

pass advertfox

for now newsletter form input text color is showing white.

Hi @Advertfox

Wrong password.

please try now

@Advertfox add this code in base.css

.newsletter-form__field-wrapper label.field__label, .newsletter-form__field-wrapper .field__input {
    color: #000 !important;
}

Thank you, It worked :))))