Cambiar el color de letra de widget

  • pvillanuevab
    Asked on January 8, 2020 at 10:14 AM

    Buenos días estoy creando el siguiente formulario https://form.jotform.com/200058261303037

    En el mismo estoy usando el widegt Campos de texto múltiples y desaría cambiar el color de las letras de los campos, llevarlo a un color blanco por ejemplo.

    Asimismo por favor como puedo hacer para alinear mejor los textos de las alternativas del widget opción única que también estoy usando en el mismo formulario,

    Muchas gracias 

  • Vanessa_T
    Replied on January 8, 2020 at 11:48 AM

    To change the font color within the Text field, simply edit the text and click on the Font Color icon as shown below:

    1578501912A Screenshot 10

    As for the radio button options, please add the Custom CSS below:

    #id_14 span.form-radio-item { max-width: none !important; }

    How-to-Inject-Custom-CSS-Codes

  • pvillanuevab
    Replied on January 8, 2020 at 12:20 PM

    1578503980cambiar color texto Screenshot 10gracias Vanessa por favor como podría cambiar los textos de la imagen capturada que aparecen en negro y ponerlos de color blanco

  • Vanessa_T
    Replied on January 8, 2020 at 1:24 PM

    To change the colors of the labels of the widget, please add the custom css below:

    body { color: white; }

    How-to-Inject-CSS-Codes-to-Widgets

    Please note that you need to add this for each widget where you'd like the font to be white.

  • pvillanuevab
    Replied on January 8, 2020 at 2:50 PM
    Estimada estoy agregando el código señalado pero el color no cambia a blanco
    El mié., 8 ene. 2020 a las 13:24, JotForm () escribió:
    ...
  • Vanessa_T
    Replied on January 8, 2020 at 4:36 PM

    I found this on one of your widgets:

    1578519374The Easiest Online Form Builde Screenshot 10

    Please note that CSS will not work when translated. It should be copied as is.

    Nonetheless, I went ahead and made the changes directly on your form.


  • pvillanuevab
    Replied on January 8, 2020 at 4:52 PM

    Muchas gracias, como siempre excelente el servicio de soporte técnico de Jotform, un último favor, qué código se puede usar para alinear los textos de una opción múltiple que estoy usando en el formulario (se adjunta imagen). Campo horario elegido.

    1578520310alineamiento de texto Screenshot 10

  • Vanessa_T
    Replied on January 8, 2020 at 6:32 PM

    Please add the custom css below:

    How-to-Inject-Custom-CSS-Codes

    #id_14 span.form-radio-item { max-width: none !important; }