Aumentar tamaño de letra del título de una imagen

  • cyoyac
    Fecha de consulta 18 de noviembre de 2023, 21:06

    Estimados

    Cómo puedo aumentar el tamaño de la fuente en el título de la imagen?

    Quedo atenta, Gracias


    Aumentar tamaño de letra del título de una imagen Image 1 Screenshot 20



  • Rahul Jotform Support
    Fecha de respuesta 19 de noviembre de 2023, 4:42

    Hi cyoyac,

    Thanks for reaching out to Jotform Support. Unfortunately, our Spanish Support agents are busy helping other Jotform users at the moment. 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 Spanish, let us know and we can have them do that. But, keep in mind that you'd have to wait until they're available again.

    Now, let me help you with your question. You need to add additional CSS to your form to increase the font size of the image title. Let me show you how:

    • Open your form in Form Builder
    • Select the Widget whose image title font size you would like to increase and click on Widget Settings iconAumentar tamaño de letra del título de una imagen Image 1 Screenshot 30
    • Click on Custom CSS tab and add the following CSS
    li label span {
        font-weight: 700;
        font-family: arial;
        font-size: 11px !important;
    }

    • Aumentar tamaño de letra del título de una imagen Image 2 Screenshot 41Click on Update Widget

    Let us know if you have any other questions.