How do I change the background color around my Submit button?

  • hr587
    Asked on September 9, 2015 at 12:15 PM

    Can you please check this form and tell me how to change the green color that is behind my Submit button?  I do not see anywhere on the Form Designer where I have selected Green as a color:

    http://www.jotform.com//?formID=52456580595970#

     

  • victor
    Replied on September 9, 2015 at 2:39 PM

    Hi,

    I just reviewed your form and notice that there is a CSS code to change the background to green.

    li[data-type=control_button] {

    /*    background : rgb(123, 153, 77);*/

        overflow : hidden;

        padding-top : 10px;

        padding-bottom : 10px;

    }

    If you remove the background attribute, it remove the background color.

    How do I change the background color around my Submit button? Image 1 Screenshot 20

    Please let us now if this helps.

    Regards

    Victor M Larrea