We would like to change the look of the Save button.

  • HicksHR
    Asked on June 18, 2019 at 6:33 PM

    1560886884Save Button Screenshot 10

    Thanks. Also, we would like to change the look of the Save button, it is gray and the word Save is hard to read with white letters. Is it possible to make it look like this:


    1560887285Save Button Screenshot 21

  • Mike_G JotForm Support
    Replied on June 18, 2019 at 6:45 PM

    You can change the background color of the button by injecting custom CSS codes to the Custom CSS tab of the widget. How-to-Inject-CSS-Codes-to-Widgets

    .save {

        background: #ED1C22 !important;

    }

    1560897918zt18 44 16 Screenshot 10