• Resolved ferpele

    (@ferpele)


    Hola, buenos días;

    Necesito ayuda para modificar el tama?o de la tipografía e imágenes en wpforms. ?Alguien sabe como podría reducir el tama?o?. Gracias por vuestra ayuda.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hey @ferpele,

    Thanks for writing in!

    I took a look at the page you linked, however, it looks like your website is currently in maintenance mode.

    In case it helps, the easiest way to customize the font size or image size is with a bit of custom CSS.

    We currently have two starter articles on the topic:

    1) How to Style WPForms With Custom CSS (Beginner’s Guide) (best to start here)
    2) How to Customize the Style of Individual Form Fields (builds upon that first tutorial)

    I hope this helps!

    Thread Starter ferpele

    (@ferpele)

    Hola @williamdersh;

    Gracias por tu ayuda. No logro dar con la solución. He leído los artículos, pero sigo sin encontrar algo que me permita reducir el tama?o de la tipografía o de las imágenes, como es el caso del formulario que aparece en esta url; https://zitrogroup.es/zitro-movil/

    Hi @ferpele,

    Font Size

    It looks like there could be a styling conflict between the site theme and the forms. To fix this, please try the following custom CSS snippet:

    Font Size

    div.wpforms-container-full .wpforms-form .wpforms-field-label {
    
    font-size: 15px !important
    
    }

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

    Image Size

    Currently, we don’t have a way to reduce the size of an image directly within WPForms. I’ve made a note of the feature request and we’ll keep it on our radar to be reviewed as we plan out our roadmap for the future.

    To reduce the size of the images, you’ll need to reduce the image size using an image editor like Photoshop or a similar application then upload the image to the multiple-choice field to use for image choices.

    Hope this helps!

    Thread Starter ferpele

    (@ferpele)

    Logrado. Mil gracias por todo!!. Muy amables!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘REDUCIR TAMA?O TIPOGRAFíA’ is closed to new replies.