Forms: How to change font color for All cities and states widget?

  • rudisetiadisiswoyo
    Perguntado em 13 de maio de 2025 às 20:01

    Como eu mudo a cor da fonte para preto dos itens do menu suspens do widget "Estados e Cidades"?

    Tubidy

    Forms: How to change font color for All cities and states widget? Image 1 Screenshot 20

  • Myla Jotform Support
    Respondido em 14 de maio de 2025 às 02:00

    Hello Rudi,

    Thank you for reaching out to Jotform Support. Our Portuguese Support agents are busy helping other Jotform users right now, so I'll try to help you in English using Google Translate, but you can reply in whichever language you feel comfortable using. Or, if you'd rather have support in Portuguese, let us know and we can have them do that. But, it might take a while until they're available again.

    Now, coming back to your question, if I understood it correctly, you wanted to change the font to black instead of gray:

    Forms: How to change font color for All cities and states widget? Image 1 Screenshot 30

    If so, you can add this CSS. Let me show you how:

    First copy this code:

    .dropdowns {
        color: black !important;
    }
    1. Open your form in Form Builder, scroll down, and select the Line Checkbox widget.
    2. Click on the Wand icon on the right side of the widget to open Widget Settings.
    3. Under the Custom CSS tab, paste the code into the CSS Code box. Forms: How to change font color for All cities and states widget? Image 2 Screenshot 41

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