Back to Shopify Liquid

Shopify Liquid
Free Shipping
Drop this Shopify Liquid snippet into your theme to add the free shipping block. Copy the code below, paste it into your theme files, save and you're done.
4 lines · 0.3 KB
Shopify Liquid
1<div style="background-color: #dfffd9; border-radius: 10px; padding: 10px; display: flex; align-items: center;">2 <img src="https://www.svgrepo.com/show/438069/unlocked.svg" alt="Unlocked Lock" style="width: 20px; height: 20px; margin-right: 10px;">3 <span>You've unlocked Free Shipping</span>4</div>



