-
klugjesseAsked on November 28, 2021 11:56 AM
I am creating an infinite list with the widget and I need some custom css to change the default "save button" to say "save and add another" and not wrap the text, but instead make the button longer. help please
thank you
Page URL: https://form.jotform.com/213306482795158 -
Amos_WReplied on November 28, 2021 12:12 PM
Hey there,
In widgets, you'll have to edit the CSS through the widget itself
In that case, enter the widget settings and under the custom CSS tab enter the following CSS code
.save{
width:300px;
}
Then click on "Update Widget"
Please let us know if you need any further assistance,
Thank you