Text on Save and Continue Button is not showing and is white.

  • jotformcom778
    Asked on October 22, 2020 at 1:20 PM

    Hi,

    I can not get the Save and Continue Button to show text. It functions when pressed but appears as a blank box. I tried changing button styles, themes and colors.

    In fact the Save and Continue Button does not react to button style changes, although the Submit, Print and Clear buttons all react to a button style change. I also tried different publishing methods (embed and popup).


    Sincerely,

    GC



  • Amin JotForm Support
    Replied on October 22, 2020 at 7:37 PM

    Kindly inject the following CSS code into your form:

    #input_scl_65 {

       color: black !important;

       background: #e1e5e9 !important;

       border-color: #1f1b13 !important;

    }

    Result:

    1603409518 5f92166e92718  Screenshot 10

    My cloned demo form: https://form.jotform.com/202957707368972

    Related guide: How-to-inject-custom-css-codes

    Should you have any further inquiries, we will be more than happy to help.