Can I change the color of the submit button? Thanks

  • Calkins
    Asked on November 21, 2020 at 7:16 AM
    Can I change the color of the submit button? Thanks
  • Sam_G
    Replied on November 21, 2020 at 7:18 AM

    Hi Calkins,

    May I ask what color would you like to use? You can use this CSS code to remove the black background color of the submit button:

    .form-submit-button {

    background-image: none !important;

    }

    Here's a guide on How-to-Inject-Custom-CSS-Codes.

    I hope this helps.

    Let us know if you need further assistance.

  • Calkins
    Replied on November 21, 2020 at 10:28 AM
    We would like to use color #038341 Thanks
    BRIAN CALKINS | Auction Manager
    e: bcalkins@rollerauction.com p: (303) 289-1600x146
    [Xcel Word Logo]
    ...
  • Mike_G JotForm Support
    Replied on November 21, 2020 at 2:06 PM

    If that is the case, please use the following custom CSS codes instead.

    .form-submit-button {

      background: #038341 !important;

    }

    Please give it a try and let us know if you need any further assistance.