Mailchimp newsletter signup how to change text color?

  • lexmoore
    Asked on March 31, 2014 at 11:27 AM

    Hi, I have placed a Mailchimp newsletter signup field in my form, but the text for that field does not match the text color for the rest of the form. How to change this font color to match the rest? 

     

    Jotform Thread 355496 Screenshot
  • Elton Support Team Lead
    Replied on March 31, 2014 at 12:13 PM

    Hi,

    Inject this CSS codes to your form, this will correct it.

    .form-checkbox-item label {

    color: #000 !important;

    }

    Guide: http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Regards!