How can I change the color of the SAVE button?

  • Michelle
    Asked on November 6, 2020 at 4:56 PM

    Hi there.

    So when I preview the form after enabling the feature to save their form and continue later, the save button is not the same color as the submit or print button. You only know you can save when you hover over the button with your mouse/pointer. If you are viewing from a phone, I'm not sure you would know that you have the option to save.


    Jotform Thread 2685530 Screenshot
  • Niko_N
    Replied on November 6, 2020 at 7:05 PM

    Hi Michelle,

    We apologize for the inconvenience.

    Please inject the following custom CSS code to your form and check again:

    #input_scl_2 {

    color: #ffffff !important;

    background: #57b0fb;

    }

    #input_scl_2:hover {

    border:1px solid #1e63a2 !important;

    color: #14396a !important;   

    }


    Guide: How to Inject Custom CSS Codes

    Please let us know if the issue persists.

    Thank you!