Hi Guys!
Hope all is well. I was wondering if you could please help me out with how to change the text within the contact form “learn more by getting email updates” from black to white. I can’t figure it out!
LOVING the new updates btw, thanks for all you guys do.
Hey peanuttario,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
.newsletter input.wpcf7-text::-webkit-input-placeholder {
color: white;
}
.newsletter input.wpcf7-text::-moz-placeholder {
color: white;
}
.newsletter input.wpcf7-text:-ms-input-placeholder {
color: white;
}
.newsletter input.wpcf7-text:-moz-placeholder {
color: white;
}
Hope this helps :)
Best regards,
Nikko
You’re amazing, thank you very much!
Hi,
Let us know if you have any other questions or issues :)
Best regards,
John Torvik