How to remove the old product review template from site

I recently switched to a new product review app (helpful crowd) from Shopify reviews app, and though I imported the reviews, uninstalled the Shopify review app the section under my product still contains the old Shopify review template (where it says Customer Reviews no reviews yet) in addition to the new review template (the imported reviews). I can’t find the widget or embedded code within my product page. Not sure how to remove it. Any suggestions would be helpful. See below.

1 Like

Hello, @MaryLC

Welcome to the Shopify community!
and Thanks for your Good question.

Please share your site URL,
So I will check and provide a solution here.

1 Like

www.LovingCulture.com

@MaryLC

Thanks for the store URL.

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
#shopify-product-reviews {
    display: none;
}
2 Likes

Thank you so much! It worked!

1 Like

Hello, @MaryLC

Thanks for your support and compliments.

1 Like

Hello,

I’m having the same problem. Unable to remove the customer reviews from the product pages. I have uninstalled the third party app,

1 Like

@TruebyQ

Welcome to the Shopify community!
and Thanks for your question.

Please share your site URL,
So I will check and provide a solution here.

1 Like

www.truebyq.com

@TruebyQ

Thanks for it

i have check this store product page but sorry i can’t see any review section can you please show me

1 Like

Hello,

I’m not able to post the screenshot, but if you click on shop on my website it will bring you to the product page where the customer reviews are shown. Hope this helps.

@TruebyQ

Yes, i have already try but doesn’t show

1 Like

Here is the actual link on my site where I’m seeing one of customer reviews.
https://truebyq.com/collections/bath-foot-soak

1 Like

@TruebyQ

Thanks for the details

  1. Go to Online Store->Theme->Edit code
  2. Asset->/timber.scss.liquid->paste below code at the bottom of the file.
.spr-container {display: none;}
1 Like

It worked!!! Thank you very much!

1 Like

@TruebyQ

Thanks for feedback and support.

1 Like

Hello I have the same problem.

https://ido-luxe.com/products/luxury-cute-oval-heart-shaped-tempered-glass-phone-case

This is my site. Thanks

1 Like

@Natz

Thanks for post

i can see only one review section can you please let me now which section do you have hide?

1 Like

Hello thank you for your response. I figure it out, I removed my other review apps and it seems to be working now. Thank you for your response.

1 Like

@Natz

Thanks for your update.