Save Button on the form is solid white and cannot be read.

  • JonesAnimalBehavior
    Asked on October 27, 2020 at 1:38 PM

    Save button at end of form is solid white, and cannot be read.

    Urgent.

  • Niko_N
    Replied on October 27, 2020 at 4:25 PM

    Hi,

    We apologize for the inconvenience!

    Could you please kindly inject the following custom CSS code to your form and check:

    .sacl-button.form-sacl-button {

      color: #ffffff !important;

      background: #222222 !important;

      box-shadow: none !important;

      text-shadow: none !important;

    }

    Guide: How to Inject Custom CSS Codes

    Thank you!