How to change color of a button in Preview before Submit widget?

  • abix
    Asked on April 12, 2019 at 5:36 AM

    good morning

    I installed the "Preview Before Submit" widget.

    I would just like to change the color of the "ANTEPRIMA" button, I tried with CSS, but I think I got something wrong


    see attachment

    Jotform Thread 1791084 Screenshot
  • Girish JotForm Support
    Replied on April 12, 2019 at 10:23 AM

    Please inject the below CSS code in your form and review if this suits your requirement

    .form-submit-button-simple_blue.checkedSubmit {

        background-image: none !important;

        background-color: #3d94f6 !important;

        box-shadow: #97c4fe !important;

    }

    Related Guide: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes