Remove radius on submit

  • Dannilee
    Asked on November 26, 2014 at 10:40 AM

    Hi

    In preview my submit button is rectangle but in Firefox it is rounded, how can I correct this I don't want a rounded button.

    http://form.jotformeu.com/form/43292141807351

    Thanks

    D

  • Ben
    Replied on November 26, 2014 at 11:43 AM

    Hi,

    I do not see it as rounded in FireFox, but this code will make sure that it is not rounded at all.

    button.form-submit-button.form-submit-button-big_square_blue {
        border-radius: 0;
    }

    You can see here how to Inject Custom CSS Codes.

    Best Regards,
    Ben