Back to Shopify Liquid

Shopify Liquid
Unlocked Free Shipping
Drop this Shopify Liquid snippet into your theme to add the unlocked free shipping block. Copy the code below, paste it into your theme files, save and you're done.
19 lines ยท 0.5 KB
Shopify Liquid
1<div class="loved-by-customers">2 <span>๐ฆ You've unlocked free shipping!</span>3</div>45<style>6 .loved-by-customers {7 background-color: #D0FFE0;8 color: #008454;9 text-align: center;10 padding: 6px;11 margin-top: 20px; /* Adjust as needed */12 border-radius: 20px; /* Adjust to desired pill shape */13 width: 300px; /* Adjust width as needed */14 margin-left: auto;15 margin-right: auto;16 font-size: 14px;17 font-weight:18 }19</style>



