Currently, when someone signs up for my email list, a lime green "thank you for subscribing" shows up. Green does not match my site colors at all. How can I change that?
Thank you for any advice you could provide.
best,
Jennifer
Currently, when someone signs up for my email list, a lime green "thank you for subscribing" shows up. Green does not match my site colors at all. How can I change that?
Thank you for any advice you could provide.
best,
Jennifer
Hey Jennifer!
You can change the background color of the success message by disabling the custom styling under "Settings" -> "MailChimp Setup" and then adjusting the site's "Style.css" to assign a specific color. For instance, if you wanted the background color of the success message to be customized, you could use this:
#mc_message.updated {
background-color: _________________;
}
Using this bit of CSS will change the background color to any that you choose. Let us know if we can assist with anything else!
Cheers
The above CSS worked for the background color but I can't seem to change the font color, what is the CSS for changing the font color of the error/success messages?
Thanks,
IF
Hey there, WitPic!
Instead of using "background-color", you can just use "color" instead. :)
Cheers
You must log in to post.