Can anyone assist with CSS targeting for input field text in Shopify?

Tia34
Excursionist
17 0 7

Having trouble targeting the CSS to change the colour of the input field text on a newsletter signup in the footer.

Can anyone help?

https://5qg377d0ctlfjtek-26037026838.shopifypreview.com

Thank you,

Tia

Replies 3 (3)

Zworthkey
Shopify Partner
5581 642 1565

Hii, @Tia34 
Paste this code on top of the custom.css file or theme-index.min.css file.

input#Email::placeholder {
    color: #FFFFFF !important;
}

Thank You.

Tia34
Excursionist
17 0 7
Thank you so much for your help—that worked!

I have a few other small code related tasks I need some help with. Do you mind if I ask?
Zworthkey
Shopify Partner
5581 642 1565

Don't worry ask me anything.