how can i change colour of submit button

  • scholfield
    Asked on July 30, 2014 at 6:52 AM
  • jedcadorna
    Replied on July 30, 2014 at 7:45 AM

    Just click on the submit button the choose button style. You will have a variety of colours and style there.

    how can i change colour of submit button Image 1 Screenshot 20

    You can also inject this CSS to change the background color:

    .form-submit-button{
    background: red;
    }

    Here's how to inject custom CSS https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes.