How to remove star rating and review section on Product Page in Sense Theme

Topic summary

A user is experiencing unwanted star ratings and review sections appearing on their product pages in the Sense theme, despite not adding them intentionally. Multiple solutions are proposed:

Primary Solutions:

  • Add CSS code to assets/base.css to hide the review elements using display: none targeting classes like .rivo-reviews-star-rating and .product__info-container
  • Several variations of CSS targeting different Rivo review app elements are suggested

Key Issue:
The original poster reports that CSS solutions successfully hide the star ratings but don’t remove the review section at the bottom of the page.

Root Cause Identified:
One contributor explains that CSS only hides elements rather than removing them. The actual solution requires locating and removing code from JavaScript files (specifically Rivo scripts) in the theme.liquid file.

Status:
The discussion remains partially resolved - star ratings are hidden but the review section persists. A related question about removing ratings from the announcement bar is also raised at the end.

Summarized with AI on November 10. AI used: claude-sonnet-4-5-20250929.

@lyylus find the code into theme.liquid file which you added for the review removed it.