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

How to replace the icon image for the Paypal Payment Method on "Checkout" page?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #97701

    glamorousjz
    Participant

    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

    #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

Viewing 2 posts - 1 through 2 (of 2 total)