Title: Use image for submit button?
Last modified: August 20, 2016

---

# Use image for submit button?

 *  [r.sumerall](https://wordpress.org/support/users/rsumerall/)
 * (@rsumerall)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/use-image-for-submit-button/)
 * Hello All,
 * I was wondering if anyone knows the best way to replace the “submit” button with
   an image. I know how to do this for a regular form, but I’m not sure how to approach
   it with this plugin.
 * Thanks!
    Rebecca
 * [http://wordpress.org/extend/plugins/newsletter-sign-up/](http://wordpress.org/extend/plugins/newsletter-sign-up/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Danny van Kooten](https://wordpress.org/support/users/dvankooten/)
 * (@dvankooten)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/use-image-for-submit-button/#post-3241328)
 * Hi Rebecca,
 * The best way to accomplish this is by using regular CSS. You can just add CSS
   to your theme’s stylesheet (usually found in /wp-content/themes/your-theme/style.
   css).
 * A line like this will do:
    `input.nsu-submit { background: url("img/button.png")
   no-repeat; }`

Viewing 1 replies (of 1 total)

The topic ‘Use image for submit button?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/newsletter-sign-up.svg)
 * [Newsletter Sign-Up](https://wordpress.org/plugins/newsletter-sign-up/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/newsletter-sign-up/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/newsletter-sign-up/)
 * [Active Topics](https://wordpress.org/support/plugin/newsletter-sign-up/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/newsletter-sign-up/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/newsletter-sign-up/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Danny van Kooten](https://wordpress.org/support/users/dvankooten/)
 * Last activity: [13 years, 6 months ago](https://wordpress.org/support/topic/use-image-for-submit-button/#post-3241328)
 * Status: not resolved