How can I change the color of newsletter signup text using CSS?

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

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.

1 Like

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?

1 Like

Don’t worry ask me anything.

1 Like