This topic has 3 replies, 2 voices, and was last updated 4 years, 4 months ago ago by Olga Barlow
I have build a product page, It rendre well on computer , on desktop and mobile mode
but On iphone i have a strange behaviour there is a “or” that appear between quantity and add to cart button
Hello,
Try to add the below code to Theme Options > Custom CSS
.single-product .cart #wc-stripe-payment-request-button-separator {
display: none;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up