Hi,
I’m having issues removing the star rating review from my product page. I’m using the Vision Theme.
Hi,
I’m having issues removing the star rating review from my product page. I’m using the Vision Theme.
Hi @saidabs23 ,
Can you provide link to your store? I will look into the source code and give solution accordingly.
Whats your store url ?
Hi @saidabs23
Try this one.
.product-icon-list.vstar-star, .ryviu-collection {
display: none !important;
}
.product-price-container {
margin-top: 10px;
}
And Save.
Result:
Hi @saidabs23 ,
Add below css on the theme.liquid file to remove rating start from the display:
Steps to add CSS:
Step 1: Go to Online Store > Themes > Active theme > Edit
Step 2: Search for “theme.liquid”

Step 3: Add the CSS above “”

If you require further help to add the code to your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!
Best Regards,
Mangit
It worked! thanks so much!!!