Title: Remove button border
Last modified: May 27, 2024

---

# Remove button border

 *  Resolved [jorgeletralia](https://wordpress.org/support/users/jorgeletralia/)
 * (@jorgeletralia)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/remove-button-border/)
 * Hi, for some reason the button displays with an annoying 1 px #CCCCCC border 
   on my letralia.com website.
 * I have tried to change it in “additional CSS” but no success. any suggestions?
 * This is how it currently looks like:
 * > [View post on imgur.com](https://imgur.com/yqS95JM)
 * Thank you very much!
    -  This topic was modified 1 year, 10 months ago by [jorgeletralia](https://wordpress.org/support/users/jorgeletralia/).

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

 *  Plugin Support [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/remove-button-border/#post-17784745)
 * Thank you for reaching out to us. Can you share the URL here with the donation
   button? I would like to investigate further.
 * Kind regards.
 *  Thread Starter [jorgeletralia](https://wordpress.org/support/users/jorgeletralia/)
 * (@jorgeletralia)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/remove-button-border/#post-17786065)
 * Hi! Sorry, I thought I had written it. My web is letralia.com.
 *  Plugin Support [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/remove-button-border/#post-17786284)
 * Try adding the following custom CSS style.
 *     ```wp-block-code
       .paypal-donations {border: 0px;}
       ```
   
 * Let me know if it works for you.
 * Regards.
 *  Thread Starter [jorgeletralia](https://wordpress.org/support/users/jorgeletralia/)
 * (@jorgeletralia)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/remove-button-border/#post-17786289)
 * That was my first choice, unfortunately it doesn’t work. 🙁
 *  Plugin Support [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/remove-button-border/#post-17787725)
 * Try adding the following custom CSS style.
 *     ```wp-block-code
       .paypal-donations input{border: 0px;}
       ```
   
 * Let me know if it works for you.
 * Regards.
    -  This reply was modified 1 year, 10 months ago by [mbrsolution](https://wordpress.org/support/users/mbrsolution/).
 *  Thread Starter [jorgeletralia](https://wordpress.org/support/users/jorgeletralia/)
 * (@jorgeletralia)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/remove-button-border/#post-17789036)
 * Same result… Does not work. 🙁
 *  Plugin Support [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/remove-button-border/#post-17790648)
 * That is very strange because it works in my dev site. Your theme or a plugin 
   in your site must be forcing a different CSS code. Lets hope the following custom
   CSS works.
 *     ```wp-block-code
       .paypal-donations input{border: 0px !important;}
       ```
   
 * Out of curiosity, where are you adding the custom CSS code?
 * Regards.
 *  Thread Starter [jorgeletralia](https://wordpress.org/support/users/jorgeletralia/)
 * (@jorgeletralia)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/remove-button-border/#post-17791365)
 * Thank you very much! Now it worked perfectly.
 * I make these changes in the “additional CSS” section of the WordPress customization
   tool.
 *  Plugin Support [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/remove-button-border/#post-17791553)
 * I am glad it worked 🙂
 * > I make these changes in the “additional CSS” section of the WordPress customization
   > tool.
 * That is the correct place to add the custom CSS style.
 * Enjoy the plugin.
 * Kind regards.

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

The topic ‘Remove button border’ is closed to new replies.

 * ![](https://ps.w.org/paypal-donations/assets/icon.svg?rev=994082)
 * [Donations via PayPal](https://wordpress.org/plugins/paypal-donations/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/paypal-donations/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/paypal-donations/)
 * [Active Topics](https://wordpress.org/support/plugin/paypal-donations/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/paypal-donations/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/paypal-donations/reviews/)

 * 9 replies
 * 2 participants
 * Last reply from: [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * Last activity: [1 year, 10 months ago](https://wordpress.org/support/topic/remove-button-border/#post-17791553)
 * Status: resolved