Posted on: 16/04/2025
Updated on: 16/04/2025
Code Preview

How to add your shopify Code
<div class="reviews-container">
<div class="avatars">
<img
src="https://img.freepik.com/free-photo/stylish-african-american-woman-smiling_23-2148770405.jpg"
alt="Customer 1"
class="avatar"
/>
<img
src="https://thumbs.dreamstime.com/b/beautiful-african-american-woman-relaxing-outside-happy-middle-aged-smiling-46298787.jpg"
alt="Customer 2"
class="avatar"
/>
<img
src="https://media.istockphoto.com/id/1320651997/photo/young-woman-close-up-isolated-studio-portrait.jpg?s=612x612&w=0&k=20&c=lV6pxz-DknISGT2jjiSvUmSaw0hpMDf-dBpT8HTSAUI="
alt="Customer 3"
class="avatar"
/>
</div>
<span class="text-grey">
rated <strong>4.5/5</strong> based on <strong>+650 Reviews</strong>
</span>
</div>
<style>
.reviews-container {
display: flex;
align-items: center;
}
.avatars {
display: flex;
margin-right: 5px;
margin-left: 7px;
}
.avatar {
width: 22px;
height: 22px;
border-radius: 50%;
border: 2px solid white;
margin-left: -7px;
object-fit: cover;
}
.text-grey {
font-weight: normal;
font-size: 10px;
color: #868686;
line-height: 0px;
}
.text-grey strong {
font-weight: 800;
color: #2e2f3c
}
</style>
Copyright Jumping Monkey © 2025 All Rights Reserved