-
erikalim907Asked on March 19, 2025 at 5:57 AM
Hi Jotform
Pls refer to this form https://www.jotform.com/build/250761474380054
1) For "Order No" using random value generator widget, I would like to add a light blue background to highlight this key field.
2) For "Artwork Details" using configurable list widget, I would like to colour the input columns "Status" and "Loc Code" to highlight these 2 columns.
Can you provide me with the CSS code pls?
Thank you.
-
Sonnyfer JotForm SupportReplied on March 19, 2025 at 8:39 AM
Hi Erika,
Thanks for reaching out to JotForm Support. You can easily add a light blue background in your question named Order No by Injecting CSS Codes into your form. Let me walk you through it:
1. First, copy this code:
li#id_9 {
background-color: lightblue;
}
2. In Form Builder, click on the Paint Roller icon on the right side of the page to open Form Designer.
3. Now, in the Form Designer menu, click on the Styles tab, scroll down and paste the code into the Inject CSS Code box. That’s it. The code is automatically saved.
Here's the expected result:
As for your other question, I moved it to a separate thread to avoid confusion. You can check that out here.
Let us know if you need any more help.