-
Lachen_DavidAsked on May 9, 2025 at 3:05 PM
Is is possible to change the font style, size, and color of the configurable list widget labels?
Is it possible to change font style, size, and color of the configurable list drop down text?
https://www.jotform.com/build/251285750117152
-
Jerlan JotForm SupportReplied on May 9, 2025 at 3:12 PM
Hi David,
Thanks for reaching out to Jotform Support. Yes, it is possible by injecting custom CSS code into the widget. Let me walk you through it:
- Open your form in Form Builder, scroll down, and select the Configurable List widget.
- Click on the Wand icon on the right side of the widget to open Widget Settings.
- Under the Custom CSS tab, paste the code into the CSS Code box.
If you need help with the exact CSS code to use for styling the labels or dropdown text, feel free to ask.
Give it a try and let us know how it goes.
-
Lachen_DavidReplied on May 9, 2025 at 3:17 PM
Yes ill need help with the exact css code
-
Jerlan JotForm SupportReplied on May 9, 2025 at 3:22 PM
Hi David,
Can you share your preferred font style, size, and color?
Once we hear back from you, we'll be able to help you with this.
-
Lachen_DavidReplied on May 9, 2025 at 3:50 PM
Lets just say for example Size 14, Montserrat, Color #2E5F82
-
Reymae JotForm SupportReplied on May 9, 2025 at 4:19 PM
Hi David,
You can try injecting this custom CSS Code below to change the font style, size, and color of your configurable list widget.
.configurable-list-field-wrapper {
font-size: 14px;
font-family: 'Montserrat', sans-serif;
color: #2E5F82;
}
Give it a try and let us know if you need any help.
-
Lachen_DavidReplied on May 9, 2025 at 4:34 PM
That didnt do anything
-
Lachen_DavidReplied on May 9, 2025 at 4:46 PM
nevermind it worked
Your Answer
Something Went Wrong
An error occurred while generating the AI response. Please try again!