Title: CSS styling for submit button
Last modified: September 17, 2024

---

# CSS styling for submit button

 *  Resolved [jpmixer](https://wordpress.org/support/users/jpmixer/)
 * (@jpmixer)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/css-styling-for-submit-button-2/)
 * Hi, I put an image to the submit button, but I would like to change the size 
   of the button and to erase the shadow or border that appears to the right and
   bottom of the button. I couldn’t find how or where to do those changes. I even
   got the button to change on mouse hover, changing the transparency attribute.
   Can you help me?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcss-styling-for-submit-button-2%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/css-styling-for-submit-button-2/#post-18025258)
 * Hi,
 * I tried to check the styles already applied to your button but I cannot open 
   the website. It may be located behind a firewall or open only to a range of IP
   addresses.
 * Anyway, a CSS rule like the following should help:
 *     ```wp-block-code
       #fbuilder .pbSubmit {    width: 200px !important;    height: 40px !important;    border: 0px !important;}
       ```
   
 * Adjust it as needed. Remember to clear the cache after adding the new styles.
 * Thank you for using the plugin!
 *  Thread Starter [jpmixer](https://wordpress.org/support/users/jpmixer/)
 * (@jpmixer)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/css-styling-for-submit-button-2/#post-18025731)
 * Hi!
 * It worked fine! Thank you!
 * I’ll review what is happening with the website, because it is not located behind
   a firewall. Thank you again.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘CSS styling for submit button’ is closed to new replies.

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

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [jpmixer](https://wordpress.org/support/users/jpmixer/)
 * Last activity: [1 year, 8 months ago](https://wordpress.org/support/topic/css-styling-for-submit-button-2/#post-18025731)
 * Status: resolved