Cannot change submit button colour on a themed form

  • SunbridgeInstitute
    Asked on December 4, 2015 at 10:47 AM

    Hi there,

    I can't seemt to figure out how to apply the right color to my submit button. I have applied a bright orange color to it, but it looks like a pale orange, and it doesn't match the color scheme of the rest of my form. Can you help me?

    Thank you!

  • Mike
    Replied on December 4, 2015 at 11:59 AM

    This is caused by form theme styles with heavier priorities. You may try injecting custom CSS to override the theme styles.

    Example:

    .form-submit-button,.form-submit-reset,.form-submit-print {
    background: #fbaa29 !important;
    }

    Cannot change submit button colour on a themed form Image 1 Screenshot 20

    If you need any further assistance on this, please let us know. Thank you.