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

    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.

    #782971

    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

    #783208

    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!

    #783516

    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

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