Change text in Newsletter field for email input

Hello

Can someone please tell me how I can change the font colour of the input field to black? it is currently white text on a white background so customers cannot see when they are typing in their email.

Thank you so much!

Sarah

Hii, @sarahhh
Kindly share your store URL so,
I can solve it perfectly.
Thank You.

https://www.summerreignthelabel.com/

thank you :slightly_smiling_face:

Hii, @sarahhh
Paste this code on top of the theme.scss file.

input#Contact_162656870307661b96-email {
    color: black !important;
}

Thank You.

1 Like

This worked perfectly :slightly_smiling_face: thank you!

1 Like