-
Lindsey.DittoeAsked on May 29, 2025 at 2:13 PM
I am sorry if you have helped with this question before, I have searched this forum and google and can't get anything to work!
I have a form with Line Radio Buttons. I would like to insert CSS (I think) that will change the button to green when it is selected. Everything I have tried so far has not worked. I have inserted code in both the Form Designer and the Widget Settings. Please help!
** also can I change the opacity of this blue, so it isn't so dark?**
-Lindsey
-
Ronald JotForm SupportReplied on May 29, 2025 at 2:27 PM
Hi Lindsey,
Thanks for reaching out to Jotform Support. You can easily change the background color of the widget when it's selected by adding Custom CSS to your widget. Let me walk you through it:
1. First, copy this code:
.iradio_line-blue {
background: #52abdf;
}
.iradio_line-blue.checked {
background: #00c519 !important;
}
2. In Form Builder, select your Line Radio Buttons widget and click the Wand icon.
3. Go to Custom CSS tab and paste the code.
4. Click the Update button to save the changes. That's it.
-
Lindsey.DittoeReplied on May 29, 2025 at 2:34 PM
Oh that worked- you are the best. Thank you for your help!!
Your Reply
Something Went Wrong
An error occurred while generating the AI response. Please try again!