The buttons change to square automatically if the question allows multiple selection. How can I change the button to radio?
Page 1 / 1
Use the below CSS:
.Skin label.MultipleAnswer.q-checked>span::before , .Skin label.MultipleAnswer>span::before {
border-radius:20px;
}
.Skin label.MultipleAnswer.q-checked>span::before , .Skin label.MultipleAnswer>span::before {
border-radius:20px;
}
Inserted the CSS but no change
I would like to do the opposite - is there a way to change radio buttons to square with code?
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.