• Resolved ferpele

    (@ferpele)


    Buenas tardes;

    ?Conocen alguna forma en la que pueda cambiar el tama?o de la tipografía, tipo y el de las imágenes en el formulario condicional de WP Forms Lite?.

    Gracias.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Kenneth Macharia

    (@kmacharia)

    Hey @ferpele

    Thanks for reaching out!

    I could not find a form on the page you shared above but I was able to find your contact form on this page.

    In order to change the font sizes on the labels on this form, you can use the following CSS code:

    
    
    div.wpforms-container-full .wpforms-form .wpforms-field-label {
        font-weight: 700;
        font-size: 16px;
        font-family:Arial, Helvetica, sans-serif;
    }

    To change the sub-labels, please use the following code:

    
    
    div.wpforms-container-full .wpforms-form .wpforms-field-sublabel {
        font-size: 13px;
        font-family:Arial, Helvetica, sans-serif;
        font-weight: 400;
    }

    And in case it helps, here’s a tutorial on how to add custom CSS like this to your site.

    Hope this helps!

    Plugin Support Kenneth Macharia

    (@kmacharia)

    Hi @ferpele

    We haven’t heard back from you in about a week, so I’m going to go ahead and close this thread for now. But if you’d like us to assist further, please feel welcome to continue the conversation (please just see my post above).

    Thanks!

    Thread Starter ferpele

    (@ferpele)

    Les pido disculpas, pero he tenido que estar desconectado varios días. Les pido mis más sinceras disculpas. Lo pondré a prueba. Muchísimas gracias por vuestra ayuda!.

    Thread Starter ferpele

    (@ferpele)

    @kmacharia ha funcionado perfecto. Te agradezco tu ayuda. Muchísimas gracias!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Reducir Tama?o Tipografía por defecto’ is closed to new replies.