Hello,
I want to move the product rating above the product title on my homepage, like in the image shown below.
My store: https://r1vex.myshopify.com/
A user wants to reposition the product rating to appear above the product title on their Dawn theme homepage.
Proposed Solutions:
One suggestion involves manually moving the rating code above the product title code in the featured collection liquid file.
A more detailed CSS-based solution was provided:
.card-information and .caption elements with .rating childrenStatus: The discussion appears resolved with working CSS code provided, though no confirmation from the original poster yet. An implementation screenshot showing the expected result was shared.
Hello,
I want to move the product rating above the product title on my homepage, like in the image shown below.
My store: https://r1vex.myshopify.com/
@manbru You have to put the rating code above the product title code in the feature collection liquid file it is the coding work.
p.rating-count.caption, .card-information>.rating {
top: -70px !important;
position: relative !important;
}