Home Forums WoodMart support forum Payment button

Payment button

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

    alexarm
    Participant

    How can I turn off the Paypal Google pay and card payment button on the product page ?

    Attachments:
    You must be logged in to view attached files.
    #288338

    Hello,

    I saw the screenshot you attached.

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS. And see if this works for you otherwise it requires customizations.

    .paypal-button-row {
    display: none;
    }

    .paypal-button.paypal-button-shape-rect {
    display: none;
    }

    Best Regards

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