This topic has 5 replies, 3 voices, and was last updated 1 years, 10 months ago ago by Mo
Hello 8 Theme Team,
i have a problem using paypal checkout.
http://thefutureshop.de/product/bettwaesche-20mm-streifen/
You can see, tha the button is 2 times on the product page.
Can u help me fix the issue?
I am using yith paypal plugin
Hello, @Mo,
Please copy and paste the below given CSS code to XStore >> Theme Settings >> Theme Custom CSS >> Global CSS and check back to your site now after removing the browser cache.
@media only screen and (min-width: 200px){
.paypal-button.paypal-button-shape-pill {
display: none !important;
}
}
Regards 8Themes Team.
Hello,
i insert the code in additional css, but the two buttons are still there :/
Hello,
I’ve changed the code to:
.single-product .et_product-block .paypal-button:nth-child(2) {
display: none;
}
Check now, please.
Regards
It works!
Many thanks!
Tagged: checkout, double, paypal, product page, templates, woocommerce, wordpress
The issue related to '‘PayPal Checkout show twice on my product page’' has been successfully resolved, and the topic is now closed for further responses