Title: Double buttons
Last modified: August 13, 2020

---

# Double buttons

 *  Resolved [trapbarn](https://wordpress.org/support/users/trapbarn/)
 * (@trapbarn)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/double-buttons-5/)
 * I just love the speed of the PayPal Express check out but one little niggle is
   that there are two “Checkout” buttons stacked one on the other on the basket 
   page.
    Did I choose a wrong option or is this a normal event?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fdouble-buttons-5%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [WebToffee](https://wordpress.org/support/users/webtoffee/)
 * (@webtoffee)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/double-buttons-5/#post-13256115)
 * Hi [@trapbarn](https://wordpress.org/support/users/trapbarn/),
 * It looks like a style conflict with your theme. Please try adding below code 
   to your site theme’s CSS.
 *     ```
       a.single_add_to_cart_button.eh_paypal_express_link {
           border-style: none;
           box-shadow: none !important;
           background: none !important;
       }
       ```
   
 *  Thread Starter [trapbarn](https://wordpress.org/support/users/trapbarn/)
 * (@trapbarn)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/double-buttons-5/#post-13256435)
 * Hi,
    Many thanks for responding. I put that in the additional CSS however is 
   now comes out like this.. [https://www.trapbarn.com/buttons2/](https://www.trapbarn.com/buttons2/)
 * As you say there may be a problem with something else and it may relate to a 
   problem that emerged recently when the standard Paypal gateway ceased working.
   That’s when I deactivated and deleted PP standard. That’s when I installed PayPal
   Express which processed payments without a hitch and with much fewer steps too.
   
   The problem with PP standard started after moved away from free shipping and 
   created shipping classes. I want to stay with Express as it’s so user friendly.
 *  Plugin Author [WebToffee](https://wordpress.org/support/users/webtoffee/)
 * (@webtoffee)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/double-buttons-5/#post-13267054)
 * Hi [@trapbarn](https://wordpress.org/support/users/trapbarn/),
 * Could you try with below CSS?
 *     ```
       .eh_paypal_express_link {
           border-style: none !important;
           box-shadow: none !important;
           background: none !important;
       }
       ```
   
 *  Thread Starter [trapbarn](https://wordpress.org/support/users/trapbarn/)
 * (@trapbarn)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/double-buttons-5/#post-13267161)
 * Tried it but no that doesn’t do anything
 * If anything, I would prefer to get rid of the PayPal Credit button . The issue
   can be seen first hand in the basket page on the site [http://www.tomdhu.com](http://www.tomdhu.com).
   
   Thanks
 *  Plugin Author [WebToffee](https://wordpress.org/support/users/webtoffee/)
 * (@webtoffee)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/double-buttons-5/#post-13272059)
 * Hi [@trapbarn](https://wordpress.org/support/users/trapbarn/),
 * You can turn it off from plugin settings. Disable the option Credit Card Checkout
   from the settings page.
 *  Thread Starter [trapbarn](https://wordpress.org/support/users/trapbarn/)
 * (@trapbarn)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/double-buttons-5/#post-13273943)
 * Fantastic. I am most grateful.
    May I suggest it would be better to edit the 
   label to say “Hide PayPal credit logo” because people who dont use PayPal want
   to use a Bank Card or Credit Card like Visa. Last request, are you able to suggest
   how the hide the double button behind the PPayPal checkout. [https://www.trapbarn.com/wp-content/uploads/2020/08/Buttons-1.jpg](https://www.trapbarn.com/wp-content/uploads/2020/08/Buttons-1.jpg)
   Many thanks
 *  Plugin Author [WebToffee](https://wordpress.org/support/users/webtoffee/)
 * (@webtoffee)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/double-buttons-5/#post-13278440)
 * Hi [@trapbarn](https://wordpress.org/support/users/trapbarn/),
 * That button is not added by our plugin. Please contact your theme developer to
   fix it.
 *  [tomdhu](https://wordpress.org/support/users/tomdhu/)
 * (@tomdhu)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/double-buttons-5/#post-13357460)
 * Hi,
 * I’ve been in contact with PP Merchant Technical Services and they have spent 
   a lot of time trying to suss this out and they have confirmed that it is not 
   due to anything they can find.
 * Please have another closer look at this.
 *  Plugin Author [WebToffee](https://wordpress.org/support/users/webtoffee/)
 * (@webtoffee)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/double-buttons-5/#post-13400450)
 * Hi [@tomdhu](https://wordpress.org/support/users/tomdhu/),
 * Please share your site URL.
 *  [tomdhu](https://wordpress.org/support/users/tomdhu/)
 * (@tomdhu)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/double-buttons-5/#post-13401092)
 * site is htps://www.trapbarn.com
 *  Plugin Author [WebToffee](https://wordpress.org/support/users/webtoffee/)
 * (@webtoffee)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/double-buttons-5/#post-13401837)
 * Hi [@tomdhu](https://wordpress.org/support/users/tomdhu/),
 * Can you please share your theme via this [link](https://www.webtoffee.com/contact/)
   so that we can set it up and test in our testing environment?
 *  Plugin Author [WebToffee](https://wordpress.org/support/users/webtoffee/)
 * (@webtoffee)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/double-buttons-5/#post-13416909)
 * Hi [@tomdhu](https://wordpress.org/support/users/tomdhu/),
 * Please add the CSS code below in Appearance > Customize > Additional CSS.
 *     ```
       .eh_paypal_express_link {
       			border-style: none !important;
       			box-shadow: none !important;
       			background: none !important;
       		 }
       ```
   
 *  [tomdhu](https://wordpress.org/support/users/tomdhu/)
 * (@tomdhu)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/double-buttons-5/#post-13417376)
 * Magic! That’s a splendid result and I am most grateful to you for your work on
   this.

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

The topic ‘Double buttons’ is closed to new replies.

 * ![](https://ps.w.org/express-checkout-paypal-payment-gateway-for-woocommerce/
   assets/icon-256x256.gif?rev=3385064)
 * [Payment Gateway of PayPal for WooCommerce](https://wordpress.org/plugins/express-checkout-paypal-payment-gateway-for-woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/express-checkout-paypal-payment-gateway-for-woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/express-checkout-paypal-payment-gateway-for-woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/express-checkout-paypal-payment-gateway-for-woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/express-checkout-paypal-payment-gateway-for-woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/express-checkout-paypal-payment-gateway-for-woocommerce/reviews/)

## Tags

 * [buttons](https://wordpress.org/support/topic-tag/buttons/)
 * [payment](https://wordpress.org/support/topic-tag/payment/)
 * [paypal express](https://wordpress.org/support/topic-tag/paypal-express/)

 * 13 replies
 * 3 participants
 * Last reply from: [tomdhu](https://wordpress.org/support/users/tomdhu/)
 * Last activity: [5 years, 8 months ago](https://wordpress.org/support/topic/double-buttons-5/#post-13417376)
 * Status: resolved