Alterar cor

  • SOS_DOCS
    Perguntado em 25 de julho de 2023 às 15:39

    Boa tarde


    Gostaria de alterar a cor das perguntas do múltiplos campos de texto para preto, consegue me ajudar

  • Lorenz Jotform Support
    Respondido em 26 de julho de 2023 às 03:27

    Hi SOS_DOCS,

    Thanks for reaching out to Jotform Support. I'm currently using a translation tool in providing assistance. If you prefer to receive help with your native language, we can forward this thread to our Portuguese Support team. However, it could take longer to receive a response from them.

    With that being said, I see you're working on this form 231983342362053. You can change the multiple text field's text label/question using custom CSS code. Let me show you how:

    1. In the Form Builder, select the Multiple Text Fields widget.

    2. Click on the wand icon to open its Settings.

    3. Go to the Custom CSS tab.

    4. Paste the code below inside the Box area.

    #inputsContainer table tbody tr th label {
    color: #000 !important;
    }


    5. Lastly, click on the Update Widget button.

    Alterar cor Image 1 Screenshot 20

    I see you have two Multiple Text Field widgets and you can just apply the same code on the other one.

    Give it a try and let us know how it goes.