Hi @devseo
Why do you want to disable GPay on Safari even though it’s supported? Our plugin has the ability to show Apple Pay and GPay on Safari which widens your range of potential customers.
Kind Regards
Thread Starter
devseo
(@devseo)
Hello, I appreciate your response. I am currently facing an issue where GPay, Apple Pay, and PayPal are not displaying correctly on Safari. I have attached a screenshot of the problem for your reference. As a result, I would like to disable GPay specifically on Safari until this issue is resolved. Your assistance in this matter would be greatly appreciated. Thank you.
Hi @devseo
I am currently facing an issue where GPay, Apple Pay, and PayPal are not displaying correctly on Safari.
That just requires some CSS on your site. The following CSS will resolve your UX issue:
.wfacp_smart_button_container .wc_stripe_checkout_banner_gateways li:nth-child(n+2){
margin-top: 10px !important;
}
Kind Regards