Back to Shopify Liquid

Shopify Liquid
Reviews v3
Drop this Shopify Liquid snippet into your theme to add the reviews v3 block. Copy the code below, paste it into your theme files, save and you're done.
40 lines · 0.6 KB
Shopify Liquid
1<div class="reviews-container">2 <div class="star-reviews">3 <img4 class="shopify-image"5 width = "65" src="https://cdn.shopify.com/s/files/1/0798/4267/2987/files/Revive_39.png?v=1733346031"6 alt="shopifyImage"7 />8 </div>9 <span class="text-grey">10rated <strong>4.5/5</strong> based on <strong>+650 Reviews</strong>11</span>12</div>1314<style>15 .reviews-container {16 display: flex;17 align-items: center;1819 }202122 .text-grey {23 font-weight: normal;24 font-size: 10px;25 color: #868686;26 line-height: 0px;2728 }2930 .text-grey strong {31 font-weight: 800;3233color: #2e2f3c34 }35 .star-reviews{36 width: 65px;37margin-right: 5px;38 }3940</style>



