Archived topic
Newsletter form customization
3 replies · Started by Manuela on February 12, 2021
Viewing posts 1–4 of 4
Hello,
Could you please tell me how I can change the color of the contour of the newsletter form? Where it says "Your email address", I'd like the contour of the box to be white and not violet.
Thank you very much
Hi Manuela,
Try this CSS:
.mc4wp-form input[type="email"] {
border-color: #fff;
}
Hi Ying,
Thank you very much!
You are welcome :)
This archived topic is closed to new replies.