Background color of Save button is different when published

  • SteveStrong
    Asked on December 7, 2020 at 7:01 PM

    In the submission section I cannot get the SAVE button to show up correctly after the form is published.

    its white text on white button??????????

    1607378653 5fcea6dd6f240  Screenshot 10

  • Cecile JotForm Support
    Replied on December 7, 2020 at 7:12 PM

    Kindly inject the custom CSS code below.

    .sacl-button.form-sacl-button{

     background: #0881E8 !important;

    }

    .sacl-button.form-sacl-button:hover{

     background: #2E7BE3 !important;

    }

    Guide: https://www.jotform.com/help/117-how-to-inject-custom-css-codes

    Result:

    1607386268 5fcec49c1d6c6 6 Screenshot 10

    Do get back to us if you need further assistance. Thank you.