Color of my submit button

  • Samlate
    Asked on February 21, 2017 at 3:31 PM

    Dear Sir or Madam,

    I can't change the color of my submit button on my form.

    It stays green.

    Thank you for helping me with that.

    Best regards,

    Samuel

  • Jan
    Replied on February 21, 2017 at 5:07 PM

    We can try changing the color of the submit button using custom CSS. Here's an example:

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

    Here's a guide on How-to-Inject-Custom-CSS-Codes. If you need further help in regards to CSS, let us know. Thank you.