Review section Dawn theme

Solved

Review section Dawn theme

Ulysse12342
Excursionist
48 0 10

Hello, 


For my section reviews on my products pages I would like to put on the same line the rating "4.6/5 STARS STARS" and the "based on 1067 reviews" so I could have "4.6/5 STARS STARS based on 1067 reviews" but I don't know how to do it.

Does anyone know how to do this please? 

Here is my website: https://pqd9ge-cs.myshopify.com/products/brightening-eye-cream

 

ScreenShot Tool -20250319133157.png

Accepted Solution (1)

Cristina_92
Shopify Partner
116 9 34

This is an accepted solution.

Hello @Ulysse12342 !

 

You need to wrap "4.6/5 STARS STARS" and the "based on 1067 reviews" in a div and add some css (<div style="display: flex;"> {Rating and reviews divs}</div>)

 

Try to find these sections in your theme code.

 

Screenshot 2025-03-19 140507.png

 

Screenshot 2025-03-19 140157.png

Boxi: Build a Box & Gift Boxes  - increase sales and AOV by letting your customers build personalized product boxes.
ISBNExpress: Books Importer  - import book details by ISBN into your bookstore with a single click.
Shopify Guides for Merchants

View solution in original post

Replies 2 (2)

Cristina_92
Shopify Partner
116 9 34

This is an accepted solution.

Hello @Ulysse12342 !

 

You need to wrap "4.6/5 STARS STARS" and the "based on 1067 reviews" in a div and add some css (<div style="display: flex;"> {Rating and reviews divs}</div>)

 

Try to find these sections in your theme code.

 

Screenshot 2025-03-19 140507.png

 

Screenshot 2025-03-19 140157.png

Boxi: Build a Box & Gift Boxes  - increase sales and AOV by letting your customers build personalized product boxes.
ISBNExpress: Books Importer  - import book details by ISBN into your bookstore with a single click.
Shopify Guides for Merchants
Ulysse12342
Excursionist
48 0 10

Thanks for the help