Title: customize submit button
Last modified: August 20, 2016

---

# customize submit button

 *  Resolved [mathi](https://wordpress.org/support/users/mathi/)
 * (@mathi)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/customize-submit-button/)
 * hi,
    how can i customize the submit button? want to give a cursor (pointer) and
   changing color when pointer comes over (hover). unfortunately i can’t see a css-
   class or id for it. thank you for help. mathi.
 * [http://wordpress.org/extend/plugins/events-made-easy/](http://wordpress.org/extend/plugins/events-made-easy/)

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

 *  Thread Starter [mathi](https://wordpress.org/support/users/mathi/)
 * (@mathi)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/customize-submit-button/#post-3439665)
 * i tried this;
    #eme-rsvp-form input { cursor: pointer; } #eme-rsvp-form input:
   hover { background: #333; color: #fff; } but now also the textarea gets the cursor
   and color. how can i change it only for the submit buttom?
 * mathi
 *  Plugin Author [Franky](https://wordpress.org/support/users/liedekef/)
 * (@liedekef)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/customize-submit-button/#post-3439675)
 * I’m not a CSS wiz, but this might help you along:
 * input[type=”submit”],
    input[type=”button”], input[type=”reset”] { cursor: pointer;}
 * I leave the rest up to the internet, lots of CSS guides out there.
 *  Thread Starter [mathi](https://wordpress.org/support/users/mathi/)
 * (@mathi)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/customize-submit-button/#post-3439822)
 * thank you franky,
    you are great! mathi

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

The topic ‘customize submit button’ is closed to new replies.

 * ![](https://ps.w.org/events-made-easy/assets/icon-256x256.png?rev=1856035)
 * [Events Made Easy](https://wordpress.org/plugins/events-made-easy/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/events-made-easy/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/events-made-easy/)
 * [Active Topics](https://wordpress.org/support/plugin/events-made-easy/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/events-made-easy/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/events-made-easy/reviews/)

## Tags

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

 * 3 replies
 * 2 participants
 * Last reply from: [mathi](https://wordpress.org/support/users/mathi/)
 * Last activity: [13 years, 3 months ago](https://wordpress.org/support/topic/customize-submit-button/#post-3439822)
 * Status: resolved