Title: Replace Submit button with image?
Last modified: December 7, 2019

---

# Replace Submit button with image?

 *  Resolved [jojoma1](https://wordpress.org/support/users/jojoma1/)
 * (@jojoma1)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/replace-submit-button-with-image/)
 * Hello,
 * I really like your form plugin. I was wondering if it’s possible to change the
   Submit button to an image?
 * Thanks a lot

Viewing 1 replies (of 1 total)

 *  Plugin Support [Zhanna Khachatryan](https://wordpress.org/support/users/zhannak/)
 * (@zhannak)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/replace-submit-button-with-image/#post-12227267)
 * Hello [@jojoma1](https://wordpress.org/support/users/jojoma1/),
 * Thanks for your inquiry.
 * Yes, you’ll just need to add a small CSS code. Please enter Appearance > Customize
   > Additional CSS section and add the below code there:
 *     ```
       .fm-form-container .fm-form .button-submit {
           background: url(https://www.freepngimg.com/thumb/submit_button/25387-5-submit-button-clipart-thumb.png)
       https://www.freepngimg.com/thumb/submit_button/25387-5-submit-button-clipart-thumb.png
       );
           background-size: 100%;
           background-position: 0;
           background-repeat: no-repeat;
           color: transparent;
       }
       ```
   
 * Here instead of [https://www.freepngimg.com/thumb/submit_button/25387-5-submit-button-clipart-thumb.png](https://www.freepngimg.com/thumb/submit_button/25387-5-submit-button-clipart-thumb.png)
   should be your desired image URL.
 * You can also change background size and position values for better results.

Viewing 1 replies (of 1 total)

The topic ‘Replace Submit button with image?’ is closed to new replies.

 * ![](https://ps.w.org/form-maker/assets/icon-256x256.png?rev=2068681)
 * [Form Maker by 10Web - Mobile-Friendly Drag & Drop Contact Form Builder](https://wordpress.org/plugins/form-maker/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/form-maker/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/form-maker/)
 * [Active Topics](https://wordpress.org/support/plugin/form-maker/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/form-maker/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/form-maker/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Zhanna Khachatryan](https://wordpress.org/support/users/zhannak/)
 * Last activity: [6 years, 5 months ago](https://wordpress.org/support/topic/replace-submit-button-with-image/#post-12227267)
 * Status: resolved