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

Solved

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

Advertfox
Shopify Partner
85 0 17

here is store link,

https://echelonstudio.myshopify.com/

pass advertfox

 

for now newsletter form input text color is showing white. 

Accepted Solution (1)
mrashid
Shopify Partner
302 26 33

This is an accepted solution.

@Advertfox add this code in base.css

.newsletter-form__field-wrapper label.field__label, .newsletter-form__field-wrapper .field__input {
    color: #000 !important;
}
- Need a Shopify developer? Chat on WhatsApp +923068683199
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution

View solution in original post

Replies 4 (4)

Made4uo-Ribe
Shopify Partner
10211 2427 3081

Hi @Advertfox 

Wrong password. 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Advertfox
Shopify Partner
85 0 17

please try now

mrashid
Shopify Partner
302 26 33

This is an accepted solution.

@Advertfox add this code in base.css

.newsletter-form__field-wrapper label.field__label, .newsletter-form__field-wrapper .field__input {
    color: #000 !important;
}
- Need a Shopify developer? Chat on WhatsApp +923068683199
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
Advertfox
Shopify Partner
85 0 17

Thank you, It worked :))))