Hi @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;
}
Hi,
Many thanks for responding. I put that in the additional CSS however is now comes out like this..
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.
Hi @trapbarn,
Could you try with below CSS?
.eh_paypal_express_link {
border-style: none !important;
box-shadow: none !important;
background: none !important;
}
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.
Thanks
Hi @trapbarn,
You can turn it off from plugin settings. Disable the option Credit Card Checkout from the settings page.
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
Many thanks
Hi @trapbarn,
That button is not added by our plugin. Please contact your theme developer to fix it.
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.
Hi @tomdhu,
Please share your site URL.
site is htps://www.trapbarn.com
Hi @tomdhu,
Can you please share your theme via this link so that we can set it up and test in our testing environment?
Hi @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;
}
Magic! That’s a splendid result and I am most grateful to you for your work on this.