Back to Shopify Liquid

Shopify Liquid
500k followers on tikotk
Drop this Shopify Liquid snippet into your theme to add the 500k followers on tikotk block. Copy the code below, paste it into your theme files, save and you're done.
17 lines · 0.7 KB
Shopify Liquid
1<style>2 .tiktok-followers{3 border: 2px solid #dddcdc;4 border-radius: 20px;5display: flex;6flex-direction: row;7gap: 10px;8padding: 0px 15px;9font-weight: 600;10font-size: 13px;11color: #47474712 }13</style>14<div class="tiktok-followers">15<svg xmlns="http://www.w3.org/2000/svg" fill="#474747" width="15" viewBox="0 0 24 24" xml:space="preserve"><path d="M19.589 6.686a4.793 4.793 0 0 1-3.77-4.245V2h-3.445v13.672a2.896 2.896 0 0 1-5.201 1.743l-.002-.001.002.001a2.895 2.895 0 0 1 3.183-4.51v-3.5a6.329 6.329 0 0 0-5.394 10.692 6.33 6.33 0 0 0 10.857-4.424V8.687a8.182 8.182 0 0 0 4.773 1.526V6.79a4.831 4.831 0 0 1-1.003-.104z"/></svg>16 Over 500k followers on Tiktok17</div>



