How to take off the shade in the background of the submit button?

  • PerfectingFaithNY
    Asked on March 26, 2015 at 9:49 AM
  • Ashwin JotForm Support
    Replied on March 26, 2015 at 12:03 PM

    Hello PerfectingFaithNY,

    I did check your form and found that you have added two submit buttons. You seems to have added custom css code to change the position of the submit button. That is the reason why you do not see the delete (X) button in submit button. 

    You need to just click on the submit button and then press the delete button of your keyboard. Please check the screenshot below on how to delete it:

    How to take off the shade in the background of the submit button? Image 1 Screenshot 20

     

    On your question related to the background color:

    Please inject the following custom css code in your form to remove the background color of the submit button:

    li[data-type=control_button]{

    background: none;

    }

    The following guide should help you on how to inject custom css code in form:  http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Hope this helps.

    Do get back to us if you have any questions.

    Thank you!