How do I remove the product review section after uninstalling the judgeme app?

How do I remove the product review section after uninstalling the judgeme app?

Crab666
Visitor
2 0 0

I have downloaded the judgeme.product review app, but i dont want the review section on my store anymore so i uninstalled it. But the product review section is still there when i click on a product from my collections, even though i turned off the review section at the online page -> featured collection. I have searched on other discussions but it didn't work out at all. Can smb please help me :< 

Here's my website https://antidustt.myshopify.com/

Replies 2 (2)

PageFly-Victor
Shopify Partner
7865 1785 3094

Hi @Crab666 ,

This is Victor from PageFly - Landing page builder, I’d like to suggest this idea for solution:

Step 1. Go to Online Store -> Theme -> Edit code
Step 2. Open your theme.liquid theme file
Step 3. Paste below code before </body> :

<style>
.rivo-reviews-star-rating,
.rivo-reviews-iframe-panel-wrapper{
    display: none !important;
}

</style>

Hope my answer will help you.

Best regards,

Victor | PageFly

Crab666
Visitor
2 0 0
i did it!! thank you so much for helping