How to change background color for back button?

  • StrawberryDesi
    Asked on April 1, 2015 at 6:09 PM

    I used your Review-Before-Submit Widget and it did finally work.  However, the "BACK" button that appears AFTER the user reviews his/her submissions...that BACK button is white with white text...Therefore, it is hard to see that it is a 'BACK" button.  Will you please help with this.

     

    Thank you.

     

     

    Henry

  • Kiran Support Team Lead
    Replied on April 1, 2015 at 8:17 PM

    The form button class and widget button class are conflicting here resulting the button to display in white. Please try injecting the following CSS code to your JotForm for a quick fix : 

    #backToForm.check-submission-button {

    color: #003ea1 !important;

    }

    #backToForm.check-submission-button:hover {

    color: #3d94f6 !important;

    }

    This is how it is displayed by applying the above CSS code.

    How to change background color for back button? Image 1 Screenshot 20

    Please let us know if you need any further assistance. We will be happy to help.