Home Forums WoodMart support forum bottone contatto

bottone contatto

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #714719

    serviziweb
    Participant

    Ciao ,
    nel form contatto ho questo problema come in allegato:
    Le lettere del testo del bottone risultano troppo vicine.
    come risolvere?

    #714785

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    You have forgotten to attach the screenshot. But I got the button text issue on the contact form.

    Please use the below custom CSS code and paste it ot Theme Settings >> Custom CSS >> Global CSS section:

    input.wpcf7-form-control.wpcf7-submit.has-spinner.btn-color-black {
        letter-spacing: normal;
    }

    Best Regards.

    #714799

    serviziweb
    Participant

    ciao grazie funziona.
    ma ho 2 form per uno funziona e l’altro no

    #714801

    serviziweb
    Participant
    #714857

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Please use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS section:

    .wpcf7 input[type="submit"],
    .wpcf7 button {
        letter-spacing: normal !important;
    }

    Best Regards

Viewing 5 posts - 1 through 5 (of 5 total)