formatação da widget seletor de imagens

  • Mejia_Milhena
    Perguntado em 9 de agosto de 2024 às 15:56

    boa tarde, qual o codigo css que altera a cor da fonte da widget para branco, tamanho 10 e que seja responsiva?

    link do form

    https://www.jotform.com/pt/build/242134258979063



  • Afzal Jotform Support
    Respondido em 9 de agosto de 2024 às 18:27

    Hi Milhena,

    Thanks 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, please note that the Image Picker widget is already response however to change the Image Picker widget's image Label color and size, check out the steps and screenshot below to see how to add the custom CSS to your widget:

    • Click on the Wand icon to open Widget Settings.
    • Open the Custom CSS tab and add the below code.
    /*Change the color and size of the label - 17789001*/
    .imageLabel {
        color: white !important;
        size: 10px !important;
    }
    • Click on the Update button to save the changes.

    Configurable List Widget: Fit the field without scrollbar Image 1 Screenshot 30 Screenshot 20

    Here's what the result will look like:

    formatação da widget seletor de imagens Image 1 Screenshot 31

    Here's the cloned version of the form that you can test.

    Please give it a try and let us know how it goes.