sparkles2.png

Remove 'Empty Basket' Button

 

This code hides the 'Empty Basket' button during the checkout process.

 

How to use the Effect

Simply copy the below code and paste it into your 'Edit CSS' section of Blocklab. Click 'Save' and publish on the front end for the effect to take place

 

CSS

#shop .basket a[href*="/cancelcheckout"] {display: none !important}
#shop .delivery a[href*="/cancelcheckout"] {display: none !important}
#shop .checkout a[href*="/cancelcheckout"] {display: none !important}

(One per line)