How can I adapt the size of the text in the fields?

  • benjaming
    Fecha de consulta 25 de febrero de 2018, 6:35

    Hello,


    I'd like the size of the fonts in my form fields be of the same size of the labels. Could you please send me the css-code that I have to add?

    Thank you!

  • Jan
    Fecha de respuesta 25 de febrero de 2018, 7:12

    My understanding is that you want to increase the font size inside the fields. If yes, then please inject the CSS code below:

    .form-textbox, .form-textarea, .form-upload, .form-dropdown, .form-matrix-column-headers, .form-matrix-row-headers, .form-matrix-values, .form-radio-other-input, .form-checkbox-other-input, .form-captcha input, .form-spinner input  {
    font-size: 17px;
    }

    Here's a guide on How-to-Inject-Custom-CSS-Codes. Here's the result:

    151956068202 25 ks5d9 Screenshot 10

    Hope that helps. Thank you.

  • Benjami Gérard
    Fecha de respuesta 25 de febrero de 2018, 9:48

    Thanks for your good and fast support!!!