How do I change the colour of the button on a themed form

  • opusplastics
    Asked on March 10, 2015 at 1:48 PM

    I'm trying to change the colour of the submit button but it's not working. The colour for the upload buttons is fine but the submit word won't upload.

     

    How do I change this?

  • Mike
    Replied on March 10, 2015 at 3:48 PM

    Thank you for contacting us.

    This is happening due to applied theme on your form. To fix this, we can style the form submit button with CSS. Add the next CSS via Form Designer to change the background color.

    .form-submit-button {
    background-color : black !important;
    }
    .form-submit-button:hover {
    background-color : #6f6f6f !important;
    }

    How do I change the colour of the button on a themed form Image 1 Screenshot 20

    Please feel free to contact us if you need any further assistance. We will be happy to help.