EvanHerman / yikes-inc-easy-mailchimp-extender

Easy Forms for MailChimp WordPress Plugin
http://yikesplugins.com
GNU General Public License v2.0
25 stars 28 forks source link

Change background color #161

Closed annyworld closed 9 years ago

annyworld commented 9 years ago

How can I change the background color of the Custom Opt-In Message/Double Opt-In Message form? I am using a wordpress blog. Thanks.

EvanHerman commented 9 years ago

Hi,

Please provide a link to your form so we can provide you with code specific to your site.

I've updated the page title as well as the your question to better reflect what you are after.

Thank you, Evan

EvanHerman commented 9 years ago

Here is the necessary code to change the background :

  .yks-status .yks-success {
     background: red;
  }

Please note that in the upcoming release (v5.2) we have re-styled the confirmation message to look more like standard text and removed the form slide up on submission.

Thanks, Evan