Change the font color of the submit button?

  • jurullc
    Asked on August 26, 2015 at 10:34 PM

    I have tried everything imaginable to change the color of the text on the "Send" button. I simply want the font to be white. 

    Also, when I attempt to use the javascript version of the form it doesn't work appropriately.

     

    Help please?

  • Elton Support Team Lead
    Replied on August 27, 2015 at 3:35 AM

    Inject this CSS codes to your form, this should turn it into white.

    .form-all .qq-upload-button, .form-all .form-submit-button, .form-all .form-submit-reset, .form-all .form-submit-print {color: #FFF !important;}

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

    If javascript embed won't work which is most likely due to script conflict, iframe embed code is your best option. I can see that you are now using iframe and it is working perfectly on your page.

    If you have further questions, do let us know. Regards!