How do I change an icon on the form?

  • jackformz
    Asked on February 19, 2018 at 12:48 PM

    I cannot seem to change the style of the SUBMIT button. I make the change and publish the form but the change does not appear on

    Jotform Thread 1389250 Screenshot
  • Jan
    Replied on February 19, 2018 at 2:02 PM

    I checked your form and I can see that you removed the Submit button. Please add a Submit button to your form first. After that, you can inject this custom CSS code:

    .form-all .form-submit-button {
    height: 40px;
    color: #154d0c;
    text-shadow: 1px 1px 0px #aade7c;
    border: 1px solid #268a16 !important;
    box-shadow: inset 0px 1px 0px 0px #c9efab;
    -webkit-box-shadow: inset 0px 1px 0px 0px #c9efab;
    -moz-box-shadow: inset 0px 1px 0px 0px #c9efab;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7bd82f), color-stop(100%,#4ea20a));
    }

    Here's a guide on How-to-Inject-Custom-CSS-Codes. Here's the result:

    151906675802 20 sez9l Screenshot 10

    Hope that helps. Thank you.