Save button invisible in forms

  • Kairos-Club
    Asked on May 5, 2021 at 10:59 AM

    Hi,

    The save button is in a white typo and doesn't have any background.
    I am enable to change anything on my side.

    Can you check ?

    Jotform Thread 3079911 Screenshot
  • Gaetan_B
    Replied on May 5, 2021 at 3:30 PM

    Hello,

    Thank you for reaching out.


    Could you please inject the following custom CSS in your form (https://www.jotform.com/help/117-how-to-inject-custom-css-codes) and let us know how it goes:


    .sacl-button.form-sacl-button {
        color: #ffffff !important;
        background: #6666ff !important;
        box-shadow: none !important;
        text-shadow: none !important;
        border: 1px solid #e4e4e4 !important;
        margin: 0 8px 0 0 !important;
        border-radius: 6px !important;
        width: 90px !important;
        text-align: center !important;
        margin: 0 auto !important;
    }


    Hope this helps.

    Do not hesitate to reach out if you need further assistance.