Color mapping – Mailchimp “Thank you” box – Using the mailchimp integration, when a subscriber subscribes, the “waiting” candy stripes on the button are strange colors, as well as the “Thank you for subscribing!” message is white text on a cream background. I can’t figure out which color styling settings this feature pulls from. Can you please advise where to change this?
Mailchimp signup form is located in footer on site.
Hey bkheld,
Here is the code you can put in your child theme styles.css
.avia-form-success.avia-mailchimp-success {
color: #44352b;
}
If you need further assistance please let us know.
Best regards,
Victoria
Hi – That works for the success font color, but how do I change:
1) button color
2) button hover color
3) “success” background color
Thank you!
Hi bkheld,
Here is where you can see the element and target with different styles, and put them to styles.css.
If you need further assistance please let us know.
Best regards,
Victoria