Shopify themes, liquid, logos, and UX
https://charmente.com/products/long-sleeve-jumpsuit
I want the space that the arrow is pointing at to be a little less so that the text can be closer to the star rating.
Hello @Simon159 👋
In Shopify Admin, you can go to Edit theme code, open file theme.liquid and add this code above </head>
<style>
.ali-widget-star-rating {
margin-bottom: 0 !important;
}
.product__text {
margin-top: 0 !important;
}
</style>
The result
Hello @Simon159
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
.alireviews-review-star-rating .alr-wh-star-rating-average-number{
margin-bottom: 0 !important;
}
</style>
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024