Title: Send button size
Last modified: August 30, 2016

---

# Send button size

 *  Resolved [ced29](https://wordpress.org/support/users/ced29/)
 * (@ced29)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/send-button-size/)
 * Hi,
    How can I simply change the send button size ? I’ve added
 *     ```
       function sendbutton_cf7_bootstrap( $properties ) {
       		$properties['size'] = 'large';
       		return $properties;
       	}
       	add_filter( 'cf7bs_default_form_properties', 'sendbutton_cf7_bootstrap' );
       ```
   
 * But it changes the size of all inputs.
    Can we limite it to this button ?
 * [https://wordpress.org/plugins/bootstrap-for-contact-form-7/](https://wordpress.org/plugins/bootstrap-for-contact-form-7/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Felix Arntz](https://wordpress.org/support/users/flixos90/)
 * (@flixos90)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/send-button-size/#post-6307611)
 * Hi,
 * I’ve just released a new version where this is possible. There is a new form 
   property ‘submit_size’ which allows you to override the default ‘size’ (which
   still affects the whole form). It also takes ‘default’, ‘small’ or ‘large’ as
   possible values.
 * This step is also explained [here](https://wordpress.org/plugins/bootstrap-for-contact-form-7/other_notes/).

Viewing 1 replies (of 1 total)

The topic ‘Send button size’ is closed to new replies.

 * ![](https://ps.w.org/bootstrap-for-contact-form-7/assets/icon-256x256.png?rev
   =1021147)
 * [Bootstrap for Contact Form 7](https://wordpress.org/plugins/bootstrap-for-contact-form-7/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/bootstrap-for-contact-form-7/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/bootstrap-for-contact-form-7/)
 * [Active Topics](https://wordpress.org/support/plugin/bootstrap-for-contact-form-7/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/bootstrap-for-contact-form-7/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/bootstrap-for-contact-form-7/reviews/)

## Tags

 * [button](https://wordpress.org/support/topic-tag/button/)
 * [send](https://wordpress.org/support/topic-tag/send/)

 * 1 reply
 * 2 participants
 * Last reply from: [Felix Arntz](https://wordpress.org/support/users/flixos90/)
 * Last activity: [10 years, 9 months ago](https://wordpress.org/support/topic/send-button-size/#post-6307611)
 * Status: resolved