Title: donate button customization
Last modified: May 25, 2017

---

# donate button customization

 *  Resolved [sudeys](https://wordpress.org/support/users/sudeys/)
 * (@sudeys)
 * [9 years ago](https://wordpress.org/support/topic/donate-button-customization/)
 * Hello,
    I would like to use my own images as a button.
 * Because, your button size itself according to button text. I want to put few 
   buttons above and below each other and want to use same flat style image button.
 * Is it possible sir/madam
 * Thanks

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [Matt Cromwell](https://wordpress.org/support/users/webdevmattcrom/)
 * (@webdevmattcrom)
 * [9 years ago](https://wordpress.org/support/topic/donate-button-customization/#post-9168222)
 * You can do that with some custom CSS, just by doing something like this:
 *     ```
       button.give-btn-modal {
           background: url('https://example.com/wp-content/uploads/your-image.jpg');
           overflow: hidden;
           text-indent: -200px;
       }
       ```
   
 * Naturally, you’ll probably need to add `height` and `width` to get it to the 
   right size for your image. The `overflow` and `text-indent` are what force the
   text of the button to be hidden.
 * Thanks!

Viewing 1 replies (of 1 total)

The topic ‘donate button customization’ is closed to new replies.

 * ![](https://ps.w.org/give/assets/icon-256x256.jpg?rev=2873287)
 * [GiveWP - Donation Plugin and Fundraising Platform](https://wordpress.org/plugins/give/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/give/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/give/)
 * [Active Topics](https://wordpress.org/support/plugin/give/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/give/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/give/reviews/)

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [Matt Cromwell](https://wordpress.org/support/users/webdevmattcrom/)
 * Last activity: [9 years ago](https://wordpress.org/support/topic/donate-button-customization/#post-9168222)
 * Status: resolved