Disable Click and Collect
On this page
If you don’t offer customers click and collect, you will want to hide this option from the checkout. This can be done by adding a CSS rule.
To hide it, you should follow these steps:
- Go to your store settings and look for the Custom Style field
-
Paste the following CSS rule:
[data-tab-trigger="click-and-collect"] { display: none } - Click on Save
Related help documents