How do I remove black background behind my submit button? I have tried everything on the CSS editor

  • relaxationfriendly
    Asked on May 11, 2015 at 10:23 AM

    Hi there,

     

    I have created this form:

    http://form.jotformeu.com/51303343489353

     

    I have trying to remove the black / brown background from the Submit button but I have been unable to do so on the editor.  

     

    Any help would be appreciated.

     

    Thanks

  • Welvin Support Team Lead
    Replied on May 11, 2015 at 11:27 AM

    Just simply inject the following custom CSS codes to your form:

    li[data-type=control_button] {

    background: none;

    }

    Here's how: http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes. Add these codes at the bottom.

    Thanks

  • relaxationfriendly
    Replied on May 11, 2015 at 11:39 AM

    Thank you so much Welvin, it worked