PNG Image for Submit Button

  • gdglass1
    Asked on June 23, 2014 at 2:10 PM

    Attempting to use a PNG image with transparency for submit button but cannot find a way to get rid of the border.

    Maybe some CSS? I have button style set to none.

    Thanks

  • gdglass1
    Replied on June 23, 2014 at 2:35 PM

    Found it:

    inject this custom css into your form.

    .form-submit-button {

    box-shadow:  none !important;

    -moz-box-shadow:  none !important;

    }