@lyylus find the code into theme.liquid file which you added for the review removed it.
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.cssto hide the review elements usingdisplay: nonetargeting classes like.rivo-reviews-star-ratingand.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.