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
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 ![]()
Hii, @sarahhh
Paste this code on top of the theme.scss file.
input#Contact_162656870307661b96-email {
color: black !important;
}
Thank You.
This worked perfectly
thank you!