Removing on specific pages

You can easily disable Sticky Cart on a particular page.

If you can add this CSS code to that specific page, where you like, it will hide the sticky cart button on that page.

Here’s the code to add:

.sticky-cart-button{display:none!important}

Learn more about customizing CSS.

Was this article helpful?

Related Articles