Someone offered an example of modifying a css so I could color code cats and subcats? Cats subcats A 1 2 B 3 4 etc.

  • shareadm1
    Asked on June 30, 2024 at 6:21 PM

    Someone offered an example of modifying a css so I could color code cats and subcats?


    Cats subcats

    A 1

    2

    B 3

    4

    etc.

  • Angelica JotForm Support
    Replied on July 1, 2024 at 9:02 AM

    Hi Frank,

    I understand what you need, but I’ll need a bit of time to work out a solution. I’ll get back to you as soon as I can. 


  • Angelica JotForm Support
    Replied on July 2, 2024 at 1:30 PM

    Hi Frank,

    You can edit it by using CSS code. Let me show you how:

    1. In Form Builder, select the Configurable List Widget to view the Wand Icon.
    2. Click on the Wand Icon to access the Widget Settings.
    3. Copy the Custom CSS, and inject in the Custom CSS box.

    Someone offered an example of modifying a css so I could color code cats and subcats?
Cats subcats
A 1
2
B 3
4
etc. Image-1

    #listContainer .form-dropdown, #listContainer .form-textarea, #listContainer .form-textbox, #listContainer input[type=button], #listContainer input[type=text] {
    color: blue;
    }

    If you want to change the text color, just replace the word 'blue' with any other color. We also have a guide about How to Inject CSS Codes into Widgets that you can check out. If that’s not exactly what you’re looking for, can you explain a bit more, so I can help you better

    Give it a try, and reach out again if you have any other questions.

 
Your Answer