-
rudisetiadisiswoyoPerguntado 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"?
-
Myla Jotform SupportRespondido 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:
If so, you can add this CSS. Let me show you how:
First copy this code:
.dropdowns {
color: black !important;
}
- Open your form in Form Builder, scroll down, and select the Line Checkbox 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.
Give it a try and reach out again if you have any other questions.