Archived topic
MC4WP color change
3 replies · Started by Manuela on February 20, 2021
Viewing posts 1–4 of 4
Hello,
I would appreciate your help with the following issue:
• when I write an email address in the newsletter form, the color of the text is the same as the background: dark. Could you please change it to white?
Thank you,
Hi there,
you have this CSS:
.mc4wp-form input[type="email"], .mc4wp-form input[type="email"]::placeholder, .mc4wp-form input[type="submit"] {
font-family: "Lora", serif;
color: #020202;
}
Replace it with:
.mc4wp-form input[type="email"], .mc4wp-form input[type="email"]::placeholder {
font-family: "Lora", serif;
color: #fff;
}
.mc4wp-form input[type="submit"] {
color: #020202;
}
Hello,
Thank you.
Great support as always.
Glad to be of help!
This archived topic is closed to new replies.