How to change the background color of the Save button in the Infinite List widget?

  • HicksHR
    Asked on June 18, 2019 at 3:50 PM

    1560886884Save Button Screenshot 10

    We would like to change the look of the Save button, it is gray and the word Save is hard to read with white letters. Is it possible to make it look like this:


    1560887285Save Button Screenshot 21

    Jotform Thread 1861528 Screenshot
  • VincentJay
    Replied on June 18, 2019 at 6:45 PM

    Please add this custom CSS code to the widget section. Here's the code:

    .save {

    border: 1px solid #333;

    background: #ff3200;

    }

    Here's a guide on how to add it to the widgets: https://www.jotform.com/help/428-How-to-Inject-CSS-Codes-to-Widgets

    This is the result of my test:

    answers Screenshot 10

    I hope this helps.