Remove Hover State From Uploaded Submit Button

  • PMCG
    Asked on June 22, 2018 at 7:35 PM

    As the title says, I'm trying to figure out how to remove the hover state from an uploaded submit button graphic. I want it to do nothing at all, but it continues to show a border/background on hover despite trying multiple CSS fixes and totally starting the button over from scratch. Any thoughts?

  • jonathan
    Replied on June 22, 2018 at 8:50 PM

    Please try add this CSS codes on your form.

    .form-submit-button.form-submit-button-img.form-submit-button-simple_white {
    border : none !important;
    }

    You can check the output result on my test form https://www.jotform.com/81728440517963

    Let us know if this is not what you need.