Star Reviews

Posted on: 17/04/2025
Updated on: 17/04/2025
Code Preview
How to add your shopify Code
<div class="reviews-container">
    <div class="star-reviews">
        <img
            class="shopify-image"
            src="https://cdn.shopify.com/s/files/1/0798/4267/2987/files/Revive_39.png?v=1733346031"
            alt="shopifyImage"
        />
    </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;
    justify-content: flex-start;
    background: #fbfbfb;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 6px 14px;
    gap: 10px;
    width: fit-content;
    box-shadow: 0 1px 4px rgba(0,0,0,0.03);
}
.star-reviews {
    width: 60px;
    margin-right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.shopify-image {
    width: 100%;
    height: auto;
    display: block;
}
.text-grey {
    font-weight: 500;
    font-size: 12px;
    color: #555;
    line-height: 1.3;
    letter-spacing: 0.01em;
}
.text-grey strong {
    font-weight: 700;
    color: #1a1a1a;
}
@media (max-width: 480px) {
    .reviews-container {
        padding: 4px 6px;
        gap: 6px;
    }
    .star-reviews {
        width: 45px;
        margin-right: 5px;
    }
    .text-grey {
        font-size: 10px;
    }
}
</style>

Other Elements

Copyright Jumping Monkey © 2025 All Rights Reserved
bookmark