Shopify Reviews App: Add stars above product title

Here's how you can add the review stars from Shopify's Reviews app above the product title on your product pages.

Example:

How to:

1

Open the product template file

Open snippets/product.liquid:

2

Add the Shopify Stars code

(1) In the code area, use the Find feature (Command-F on Mac, Control-F in Windows) and search for "</h5" without the quotes:

(2) When you find the closing </h5>, add a couple blank lines below and then paste the following code:

<span class="shopify-product-reviews-badge" data-id="{{ product.id }}"></span>

Example:

Save the file. 

If you find that the stars are too close to the title, add line break using the html code: <br> below the code to add a space. 

Example: