How to remove star rating review from Vision Theme product page?

Hi,

I’m having issues removing the star rating review from my product page. I’m using the Vision Theme.

1 Like

Hi @saidabs23 ,

Can you provide link to your store? I will look into the source code and give solution accordingly.

Whats your store url ?

https://trendsethome.com/

Hi @saidabs23

Try this one.

  • From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  • Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  • In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.product-icon-list.vstar-star, .ryviu-collection {
    display: none !important;
}
.product-price-container {
    margin-top: 10px;
}
1 Like

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”

makkaomakka_1-1696952286924.png

Step 3: Add the CSS above “”

makkaomakka_2-1696952287032.png

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

1 Like

It worked! thanks so much!!!

Happy to hear that this worked. As this is completed, would you give like on my solution?

Also you should mark my solution as “Accepted Solution” to close this post.