Unable to change the color of the submit button in the Form Designer

  • lancemartin
    Asked on November 27, 2015 at 10:07 PM

    Hi, there I cant change the colour of the submit button in the design mode. The only thing I can update are the corners. Fonts, colours, etc remain the same. Any hints?

    Jotform Thread 713287 Screenshot
  • Jan
    Replied on November 27, 2015 at 11:33 PM

    You can change the color of the submit button by adding this custom CSS code. Here's a guide how to inject custom CSS.

    .form-submit-button { background: red !important; }

    You can use HEX colors like #FF3333. A useful link for HEX colors: http://www.colorhexa.com/ 

    Let us know if you need further assistance. Thank you.