How to replace the icon image for the Paypal Payment Method on "Checkout" page?
-
Hello,
I’m just wondering if you could let me know where can I change the Icon Image for the Paypal Payment Method – On checkout page?
Screenshot: https://prnt.sc/ly6fwh
Thanks very much
Regards
Hello,
Try to find the option in the plugin’s settings. You can hide the image with CSS:
.payment_methods .payment_method_paypal img {
display: none;
}
Then you can add an image as the background. You would better to check the plugin’s settings.
Best Regards