How to change background color of submit button?

  • mw4tmm2
    Asked on April 23, 2017 at 8:56 PM

    Is it possible to change the color of the Submit Button?  I realize you can use button templates with pre-selected colors, but I would like to change the color to a specific color, if possible.  Thanks.

  • Ashwin JotForm Support
    Replied on April 23, 2017 at 11:50 PM

    Hello mw4tmm2,

    Please inject the following custom css code in your form to change the color of submit button:

    .form-submit-button-simple_rose:hover {

        border: 1px solid #d83526 !important;

        background: #ee776d !important;

    }

    .form-submit-button-simple_rose {

        border: 1px solid #d83526 !important;

        background: #e4685d !important;

    }

    Feel free to change the background color in the custom css code to any desired color. The following guide should help you how to inject custom css code in form:  https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Hope this helps.

    Do get back to us if you have any questions.

    Thank you!