Line appears underneath the submit button

  • assetowl
    Asked on February 5, 2018 at 9:54 PM

    Hello,

    I have added an image to a button and there is now a line appearing under the button and I don't know how to get rid of the line. 

    I have tried different images but the line still appears.

    Jotform Thread 1373686 Screenshot
  • Elton Support Team Lead
    Replied on February 6, 2018 at 2:46 AM

    That's a button shadow which is part of the theme you're using. You can remove it by injecting this CSS codes to your form.

    .form-all .form-submit-button,

    .form-all .form-submit-reset,

    .form-all .form-submit-print{

    box-shadow: none !important;

    }

    Guide: http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Result: 

    Line appears underneath the submit button Image 1 Screenshot 20

  • assetowl
    Replied on February 6, 2018 at 6:14 PM

    Great, that fix worked perfectly. thanks for your help!!