Back to Shopify Liquid

Shopify Liquid
Loved by 10000
Drop this Shopify Liquid snippet into your theme to add the loved by 10000 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>๐ค Loved by 10,000 Customers</span>3</div>45<style>6 .loved-by-customers {7 background: linear-gradient(#dddddd, #d8d8d8);8 color: #121212;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>



