We may later provide a separate settings option for this, but for now to disable Google Wallet and Apple Pay, please follow these steps.
Step 1:
Go to your campaign editor. From the Technical section, please click on "Custom CSS" link.
Step 2:
Add the following CSS code in the text area provided. Make sure you keep the <style> opening and closing tags that are already prepopulated in the text area.
<style>
#credit-card-v3.hide-cc-icons .row:nth-of-type(1), #payment-request-button-content.hide-cc-icons .row:nth-of-type(1) {
display: none !important;
}
#payment-request-button-content {
display: none !important;
}
</style>
Step 3:
Click Update to save your changes to your donation form.
Comments
0 comments
Article is closed for comments.