Solved

Change text in Newsletter field for email input

sarahhh
Tourist
7 0 3

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 

 

sarahhh_0-1634887371742.png

sarahhh_1-1634887382618.png

 

 

Accepted Solution (1)
Zworthkey
Shopify Partner
5581 642 1565

This is an accepted solution.

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

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

Thank You.

View solution in original post

Replies 4 (4)

Zworthkey
Shopify Partner
5581 642 1565

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

sarahhh
Tourist
7 0 3
Zworthkey
Shopify Partner
5581 642 1565

This is an accepted solution.

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

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

Thank You.

sarahhh
Tourist
7 0 3

This worked perfectly 🙂 thank you!