How do I change the background color of the submit bar?

  • felician
    Asked on February 28, 2018 at 11:49 AM
  • Kevin Support Team Lead
    Replied on February 28, 2018 at 12:58 PM

    It seems like you have a background color for the submit button container on this form: http://www.jotformpro.com/form/80584824084967 

    If you want to change it you may just inject this CSS code, but make sure to replace the color value with the color you desire: 

    li[data-type=control_button]{

        background: orange;

    }

    This guide will help you injecting the code to your form: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    I hope this helps.