Hi guys,
I’ve found one topic that was related to mine but didn’t solve the problem, so I’m asking how could I change the color of typed letters in the newsletter subscription box to white? Because now, I can’t see what am I typing.
pass: rexona
Hello There,
Please share your store URL and screenshot.
So that I will check and let you know the exact solution here.
hii, @EXACT
Paste this code on top of the theme.css file.
input#NewsletterEmail {
color: white !important;
font-size: 18px !important;
}
Thank You.