Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Experts,
Can any one please help me on below requirement.
I have tried Next sheet button widget with below script in widget editor like below attached image.
Script:
In the widget editor, click on the CSS tab at the bottom and it'll open up a CSS window where you add the button class to add the background color.
----
.button1{
background-color: settings.color //or try playing around with different colors, ex: red or blue
}