• I am using the Mailchimp plugin, but can’t seem to figure out how to make the “That email address is already subscribed to the list” text a different color. Currently it is red, but I can’t seem to change it to white.

    I tried changing the mailchimp/css/admin.css file in the plugin editor. It takes the change, but the change does not appear on my website.

    Any help would be much appreciated!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi there!

    If you have access to your theme css, simply add the following code which will override the red text:

    .updated .mc_error_msg {
    color:#6f2ce9;
    }

    The #6f2ce9 is just an arbitrary color I picked – it’s purple – feel free to change it to whatever color you wish.

    Good luck!

    Thread Starter karenbrand

    (@karenbrand)

    Thank you!! It worked!!

    Appreciate your time and have a great day!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Mailchimp plugin, styling text’ is closed to new replies.