I changed the color of the send button to black, but when I move the mouse over it, it changes to orange.

  • AdminUIC
    Asked on March 27, 2018 at 7:31 AM

    I have used the "Susent Hair" template in most of the forms I created. I changed the color of the send button to black, but when I move the mouse over it, it changes to orange. Also when I send and the message occurs: Please wait...


  • Ashwin JotForm Support
    Replied on March 27, 2018 at 10:18 AM

    Please inject the following custom css code in your form and that should solve your problem:

    .form-all .form-submit-button:hover {

        color: #ffffff !important;

        background: #2c2d2e !important;

        box-shadow: none;

        text-shadow: none;

    }

    The following guide should help you how to inject custom css code in form:   https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    Hope this helps.

    Do get back to us if you have any questions.

  • AdminUIC
    Replied on April 3, 2018 at 6:46 AM

    Thanks!