How can I change the color of the Submit button?

  • IngaSlosarova
    Asked on October 7, 2017 at 4:44 AM

    Hey everyone,

    I'm trying to change the colour of the submit button, I tried advance style editor, injecting css and nothing is working.

    Is there anything else that I could do to change it?

     

    I look forward to hearing from you,
    Thanks a mill,
    Inga

  • Jan
    Replied on October 7, 2017 at 5:35 AM

    Is this the form you are referring to (https://www.jotformeu.com/form/72773737384368)?

    May I ask what color would you like to use? You can use this CSS code to remove the black background color of the submit button:

    .form-submit-button {
    background-image: none !important;
    }

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

    How can I change the color of the Submit button? Image 1 Screenshot 20

    Hope that helps. Thank you.

  • IngaSlosarova
    Replied on October 7, 2017 at 7:16 AM

    Fantastic help Jan, thanks a mill.

    I thought I tried everything :)))