Be Yours Theme Review Stars

Topic summary

A user is redesigning their Shopify store with the Be Yours theme and integrating the Air Product Reviews app. They need help with two tasks:

Current Issues:

  • Remove default star reviews from product grids and product pages in the Be Yours theme
  • Display Air Reviews star ratings on product grids (homepage and collection pages)
  • Star ratings already appear correctly on individual product pages

Solutions Provided:

Removing default stars:

  • Add CSS code to base.css file: .rating {display: none; visibility: hidden;}
  • Alternative solution involves adding code to theme.liquid file above </body> tag

Adding Air Reviews stars:

  • Air Reviews provided a code snippet for collection/homepage display
  • Code needs to be inserted into collection.liquid template where reviews should appear
  • One contributor offered to implement the solution as a collaborator, requiring access to make necessary code adjustments

Status: The discussion remains open with technical guidance provided but implementation pending.

Summarized with AI on October 29. AI used: claude-sonnet-4-5-20250929.

Hey,

Im currently working on a website redesign using Be Yours theme and Im using the Air Product Reviews app

Does anybody know how to remove the Star Reviews from in the theme on the product grid and product pages.

Also how to use the review stars from the Air Reviews to show on the product grid. I have got it on the product pages.

A preview is here: https://7cv1mgj6eopkarxy-25888764.shopifypreview.com

1 Like

@PeterB_1 do you want to remove these?

Hey,

Yes and I want to add in the attached Stars Rating from Air Reviews

Hey @PeterB_1

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


RESULT:

If I managed to solve your problem then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

@PeterB_1 - has Air Reviews given you any code to put into theme to show these starts?

to remove above ones please add this css to the very end of your base.css file and check,
Shopify Admin → Online Store ->Theme → Edit code → base.css

.rating {display: none;    visibility: hidden;}

Hey,

Yes they gave me the below snippet for collection and homepage collection star rating along with this link but Im not sure where to put in my theme code: https://help.airreviews.io/display-reviews/star-rating/add-star-rating-to-product-card

@PeterB_1 - this needs little code tweak, if you can accept me as collaborator then I can send you the request and do it for you. Need to put that code into product template

Hey,

The code doesnt need to go in the product template as its already showing there, it needs to go on the homepage and collection level pages.

@PeterB_1 yes then collection.liquid, need to put code in the place where you want reviews to show up