Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey there,

    Thanks for posting. The success message uses the “mc_success_msg” class, so you can add your own CSS to change its color by doing something like…

    .mc_success_msg {
    color: blue;
    }

    Let us know if you have any additional questions!

    Liz

    (@lizschneider)

    Is this CSS code added to the overall site styles.css or somewhere else?

    Hey Liz,

    Yep yep, you can add this code to your active theme’s styles.css file and it should take effect. Keep in mind that if the theme is updated in the future you’ll most likely need to re-add this bit of code.

    Let us know if you have any questions or run into any issues!

    -tk

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Success Message Colour’ is closed to new replies.