Changing the color of letters while typing / newsletter box

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

1 Like

@EXACT

Please share your store URL.

exact-wear.myshopify.com

1 Like

@EXACT

Please add the following code at the bottom of your assets/theme.scss.liquid file.

.site-footer__newsletter-input {
    color: #fff !important;
}

Thanks!

@EXACT

If helpful then please Like Solution