This topic has 2 replies, 2 voices, and was last updated 1 months, 1 weeks ago ago by Rose Tyler
on cart page between proceed to checkout / PayPal buttons and continue shopping there is blank space instead of the default: OR string.
Hello,
Thank you for reaching out to us.
This https://prnt.sc/Xxytvj3PMbiu comes from woocommerce PayPal payment plugin. You can contact support of the plugin directly, or use custom CSS code, for example:
.woocommerce-cart #ppc-button-googlepay-container {
display: none;
}
.woocommerce-cart .return-shop {
margin-top: 10px;
}
Best Regards,
8Theme’s Team
You must be logged in to reply to this topic.Log in/Sign up