Back to Shopify Liquid

Shopify Liquid
Amazon (x bought in past month)
Drop this Shopify Liquid snippet into your theme to add the amazon (x bought in past month) block. Copy the code below, paste it into your theme files, save and you're done.
15 lines · 0.3 KB
Shopify Liquid
1<div class="freq-contatiner">2 <div class="freq-text">7k+ people bought in the past month</div>3</div>45<style>6 .freq-text{7 text-align: center;8 font-size: 12px;9 font-weight: 600;10 }11 .freq-contatiner{12 justify-content: center;13 width: 100%;14 }15</style>



