Back to Shopify Liquid
10m Views on tiktok
Shopify Liquid

10m Views on tiktok

Drop this Shopify Liquid snippet into your theme to add the 10m views on tiktok 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-views {
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: #474747
12 }
13</style>
14<div class="tiktok-views">
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 10m Views on Tiktok
17</div>

Related snippets