Forums

MailChimp List Subscribe Form
How do you change the color of the font that shows up after (4 posts)

  1. drgage
    Member
    Posted 3 months ago #

    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

    http://wordpress.org/extend/plugins/mailchimp/

  2. mc_nate
    Member
    Posted 3 months ago #

    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

  3. WitPic
    Member
    Posted 6 days ago #

    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

  4. mc_nate
    Member
    Posted 3 days ago #

    Hey there, WitPic!

    Instead of using "background-color", you can just use "color" instead. :)

    Cheers

Reply

You must log in to post.

About this Plugin

About this Topic

Tags