Title: Submit Button Icon
Last modified: December 20, 2018

---

# Submit Button Icon

 *  Resolved [kyllaz](https://wordpress.org/support/users/kyllaz/)
 * (@kyllaz)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/submit-button-icon/)
 * Hi there,
    is there any way of adding an icon to the submit button? Look forward
   for your reply. My best regards

Viewing 1 replies (of 1 total)

 *  [thethemefoundry](https://wordpress.org/support/users/thethemefoundry/)
 * (@thethemefoundry)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/submit-button-icon/#post-11012737)
 * Hey there, [@kyllaz](https://wordpress.org/support/users/kyllaz/) 👋
 * Sure! While it’s not possible directly from HappyForms UI, you can definitely
   achieve this by applying custom CSS to submit button. For example, if your icon
   is the image, you can set it as a button background like this:
 *     ```
       input[type=submit].happyforms-button--submit, input[type=submit][disabled].happyforms-button--submit {
         background-image: url(URL_TO_YOUR_IMAGE);
         background-repeat: no-repeat;
         background-position: left center;
       }
       ```
   
 * Hope this helps!
 * And just a quick heads up: We’re taking a few days off over Christmas. So if 
   you don’t hear back from us right away, just know we will get back to you Jan
   2 😄🎄

Viewing 1 replies (of 1 total)

The topic ‘Submit Button Icon’ is closed to new replies.

 * ![](https://ps.w.org/happyforms/assets/icon-256x256.png?rev=2778164)
 * [Happyforms - Form Builder for WordPress: Drag & Drop Contact Forms, Surveys, Payments & Multipurpose Forms](https://wordpress.org/plugins/happyforms/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/happyforms/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/happyforms/)
 * [Active Topics](https://wordpress.org/support/plugin/happyforms/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/happyforms/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/happyforms/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [thethemefoundry](https://wordpress.org/support/users/thethemefoundry/)
 * Last activity: [7 years, 5 months ago](https://wordpress.org/support/topic/submit-button-icon/#post-11012737)
 * Status: resolved