Home Forums WoodMart support forum How to replace the icon image for the Paypal Payment Method on "Checkout" page? Reply To: How to replace the icon image for the Paypal Payment Method on "Checkout" page?

#97731

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