[Resolved] Mailchimp for WordPress Form customization

Home Forums Support [Resolved] Mailchimp for WordPress Form customization

Home Forums Support Mailchimp for WordPress Form customization

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1655700
    Manuela

    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,

    #1655719
    Manuela

    Hi again,

    I managed to solve point 2.

    #1655976
    David
    Staff
    Customer Support

    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; 
    }
    #1656075
    Manuela

    Hi David,

    Thank you, really helpful!

    #1656106
    David
    Staff
    Customer Support

    You’re welcome

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.