How do give my form submit button a mouse over hover color

  • rkhan786
    Asked on October 15, 2016 at 6:04 AM

    I have a form https://form.jotform.co/62880846905871

    The submit button has no hover color, and i would like to add one.


    How can i do that?
    I've gone into design form, and design button, but no hover option exists there?

  • eceblngn
    Replied on October 15, 2016 at 6:40 AM

    Hi, 

    You can add hover color to your button by injecting CSS codes. In the Setup & Embed segment, click on Design. There is a CSS segment in the new page. Choose the item you want to make changes on, in this case submit button, and inject this code into the box:

    .form-submit-button:hover {

        color : red;

    }

    And here's how to inject: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

     

    I hope it helps.