Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1206108

    Hello,

    I have installed the Mailchimp widget in the footer. When the same person signed in a second time, there comes the message: “This email address is already entered. Thank you very much.” This message is in the color red, but I wanted it in white. How can I change this?

    Thank you, Sabine

    #1206116

    Hey Sabine,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    #top .av-form-error-container {
        color: white;
        border-color: white;
    }
    
    

    Best regards,
    Yigit

    #1206124

    Hey Yigit,

    thank you so much – it works – yeah!!!

    Greetings and have a nice day.

    Sabine

    #1206127

    Hi,
    You are welcome, Sabine! :)

    For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/

    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change colour in Mailchimp Form when signed in a second time’ is closed to new replies.