Viewing 1 replies (of 1 total)
  • To change the style of your CF7 forms you would need to edit the CSS style sheets used by your WordPress theme.

    See Styling Contact Form for a general explanation of styling CF7 forms using CSS.

    There is a link at the bottom of the page to a comprehensive and detailed article on Styling Contact Form 7 Forms. The article shows people, with suitable HTML & CSS skills, how to change the appearance of their Contact Form 7 Forms to meet their particular requirements.

    You may do something like this ​

    .wpcf7-submit {
    // add a width of your choice
        width: 200px;
    }

    Add your CSS via Child Theme or use custom CSS plugin.

    However if you need the exact code to change the size of your button then you need to provide me with the link to your form​​

Viewing 1 replies (of 1 total)
  • The topic ‘Button Size’ is closed to new replies.