Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi dbarcon,

    Thanks for hopping in the forum. You can totally customize the color of that success message by adding a bit of css to your site. When an email is successfully submitted the message is wrapped in a .mc_success_msg class.

    In your themes style.css file, add this:

    .mc_success_msg {
      color: blue;
    }

    Replace blue with any color and the success message will display in that color. Let us know if you have any other questions.

    -mc_d

    Thread Starter dbarcon

    (@dbarcon)

    I am using wordpress with a Headway theme. I went to the editor and theme stylesheet pasted code and it did not work. Did I put in wrong place?

    Hey dbarcon,

    That should be the right location. If you’d like to provide a link to your site, we’ll be glad to take a look at the page and see if we can provide more insight.

    Thanks,
    Gabe

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change color of submitted’ is closed to new replies.