Infinite List Widget: Style the add button

  • scottpiag
    Asked on February 23, 2018 at 3:21 PM

    Am I able to stylize the "Add" button within the Infinite List Widget?   I would like to make it not looked grayed out.  

    Jotform Thread 1395295 Screenshot
  • aubreybourke
    Replied on February 23, 2018 at 4:39 PM

    Yes you can.

    For example:

    1519421869s2byg Screenshot 10

    You will need to inject this CSS code into your infine list widget:

    .save{
    background-color: lightgray !important;
    color: black;
    border: 1px solid black;
    }

    How-to-Inject-CSS-Codes-to-Widgets

    Just to explain, background-color is the background color. Color refers to the color of the text. and the border is a black solid line one pixel in size.