This topic has 2 replies, 2 voices, and was last updated 1 years, 9 months ago ago by Rose Tyler
Hello, have problem not found how to delete divisions between “-OR-“.
On single product page where Buy with apple pay -OR- add to cart -OR- Buy it now. How delete that all: -OR-
Same problem in Cart page.
Thanks
Hello, Annixum,
Try to add the next code in Theme Options > Theme custom CSS:
#wc-stripe-payment-request-button-separator, .et_product-block div.quantity~.et-or-wrapper >div {
display: none !important;
}
#wc-stripe-payment-request-wrapper {
margin-bottom: 20px;
}
clear cache before checking the result.
If you have any additional questions or concerns, please do not hesitate to reach out to us. Our support team is always available to assist you.
Kind Regards,
8theme team
Tagged: cart, delete, divisions, single product view, templates, woocommerce, wordpress
The issue related to '‘How to delete divisions between cart in single product view’' has been successfully resolved, and the topic is now closed for further responses