Home › Forums › WoodMart support forum › Sticky Add-to-Cart Issue when Payment Request Buttons is enabled (Stripe) › Reply To: Sticky Add-to-Cart Issue when Payment Request Buttons is enabled (Stripe)
December 9, 2019 at 2:58 pm
#162158
Bogdan Donovan
Keymaster
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.woodmart-sticky-btn-container #wc-stripe-payment-request-button-separator {
display: none;
}
Regards