Site logo

Archived topic

Mailchimp for WordPress Form customization

4 replies · Started by Manuela on February 12, 2021

Viewing posts 1–5 of 5

Hello,

I have a subscribe form at the bottom of my homepage. I'm wondering if you could help me with the following:

1. change the text 'your email address' because it it not visible. I'd like the color of the text to be white, and the text to start with Caps: "Your email address'. Also, the font to be Lora

2. Change the violet of the button and of the form that contains 'your email address' with another color

3. Change the font of 'Subscribe' with Lora

Please let me know if I have to make separate topics for all of these.

Thank you,

Hi again,

I managed to solve point 2.

Hi there,

try adding this CSS:

.mc4wp-form input[type=email],
.mc4wp-form input[type=email]::placeholder,
.mc4wp-form input[type=submit] {
  font-family: "Lora", serif;
  color: #fff;
}
.mc4wp-form input[type=email]::placeholder {
   text-transform: uppercase; 
}

Hi David,

Thank you, really helpful!

You're welcome

This archived topic is closed to new replies.