How to hide Shopify's buyer consent modal text under the Buy Button?

Edited

When you click on the quick view button, you might observe a specific message displayed under the buy button:

This item is a recurring or deferred purchase. By proceeding, I acknowledge and agree to the cancellation policy, and I authorize you to charge my payment method according to the prices, frequency, and dates specified on this page until my order is completely fulfilled or until I decide to cancel, if such cancellation is allowed.

If you would like to remove this text from appearing, you can achieve this by adding a custom CSS code to your theme settings. Here are the steps:

  1. Log in to your Shopify admin panel.

  2. Click on Online Store and then Themes.

  3. On the right-hand side, click Customize for the theme you want to edit.

  4. In the left-hand side navigation, click Theme settings.

  5. Scroll down to the Custom CSS section.

  6. Paste the CSS code below in the box.

small#shopify-buyer-consent-modal.hidden {
  display: none !important;
}

Then click Save. 

Was this article helpful?

Sorry about that! Care to tell us more?

Thanks for the feedback!

There was an issue submitting your feedback
Please check your connection and try again.