Okay
  Public Ticket #1834902
Submission message
Closed

Comments

  •  1
    lamia started the conversation

    Hello,

    Even after putting all CSS codes to change color of error/success messages, im still getting the success message for subscription to newsletter in green while i want it in black.

    i tried the css code below but it does not work

    .mailchimp-message {
        background-color: #000000;
        box-shadow: 0 0 0 6px #f2d7d5;
        color: #000;
    }

    can you have a look please ?

    Thank you

  • [deleted] replied

    Hi lamia,

    This is a customization question and support doesn't offer customization services as we wrote on our support homepage and on this area. I will try to help you this time thoughsmile.png

    Please add add this CSS code to your Custom CSS area:

    .mc4wp-form-basic .mc4wp-success, .mc4wp-form-theme .mc4wp-success {
        color: #000;
    }

    Happy New Year!