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
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
Please share your store URL.
Please add the following code at the bottom of your assets/theme.scss.liquid file.
.site-footer__newsletter-input {
color: #fff !important;
}
Thanks!
If helpful then please Like Solution