I’m using the theme “Venue”. When I type something in the newsletter box, the text doesn’t appear until I stop typing, I think this is because the text is white when you type and turns black when you stop (the background is white). If i change the theme color settings the rest of the page also changes color, so I would like to ONLY change the newsletter white text and make it black without changing the rest of the page.
@Gomslorp - can you please share the page link where you have this newsletter?
input#Email-Newsletter {
color: black !important;
}
Add this code in theme.css or theme.scss
@Gomslorp - please add this css to the very end of your theme.css file and check
input#Email-Newsletter:active {color: #000;}
It worked! Thank you!
Kindly Like our Solution. if helpful.