Submit Button will not change color

  • brewerben
    Asked on February 4, 2016 at 11:12 AM

    I have tried to set a different color for my submit button but it will not change. Any thoughts?

  • Mike
    Replied on February 4, 2016 at 12:47 PM

    There is a little issue with a custom CSS on the form. Please add highlighted characters in order to fix this.

    .form-submit-button {
    height : 50px !important;
    background-color : #1970c0 !important;
    border : 1px solid #1970c0 !important;
    margin-left: 235px !important;
    }
    .form-submit-button:hover {
    background-color : #427cb2 !important;
    }

    Submit Button will not change color Image 1 Screenshot 20

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