Solved

Changing the color of typed email

EXACT
Tourist
6 1 2

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

SHU_1632052102082-3964.png

Accepted Solution (1)
Zworthkey
Shopify Partner
5581 642 1569

This is an accepted solution.

hii, @EXACT 
Paste this code on top of the theme.css file.

input#NewsletterEmail {
    color: white !important;
    font-size: 18px !important;
}

Thank You.

View solution in original post

Replies 3 (3)

ZestardTech
Shopify Expert
5395 971 1293

Hello There,

Please share your store URL and screenshot.
So that I will check and let you know the exact solution here.

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
EXACT
Tourist
6 1 2

exact-wear.myshopify.com

Zworthkey
Shopify Partner
5581 642 1569

This is an accepted solution.

hii, @EXACT 
Paste this code on top of the theme.css file.

input#NewsletterEmail {
    color: white !important;
    font-size: 18px !important;
}

Thank You.