Solved

[Dawn Theme] How to remove "Customer Reviews"

eepluu
Visitor
3 0 0

Hello! 

 

Are there any ways to disable the default customer reviews from product pages? I'm currently using another app to control reviews. 

 

reviews.PNG

Accepted Solution (1)
diego_ezfy
Shopify Partner
2958 568 891

This is an accepted solution.

@eepluu, do this to fix it in 20 seconds:

1. In your Shopify Admin go to: online store > themes > actions > edit code
2. Find Asset > base.css and paste this at the bottom of the file:

#judgeme_product_reviews{
    display: none !important;
}


You should also uninstall the app "judge.me" if you have it installed.

Kind regards,
Diego

View solution in original post

Replies 6 (6)

diego_ezfy
Shopify Partner
2958 568 891

Hello @eepluu,

Please share:
- your store URL;
- page URL with the issue you mention;
- storefront password (if your store has one).

If the store is not online yet, please follow this quick tutorial to learn how to safely and temporarily share an offline/unpublished theme URL.


Kind regards,
Diego

eepluu
Visitor
3 0 0

Hello! Here is the preview link to my store, since it's not yet published!:) + This review problem occurs on every product.

 

https://kddxmz3s5iatevc9-61110681851.shopifypreview.com

diego_ezfy
Shopify Partner
2958 568 891

This is an accepted solution.

@eepluu, do this to fix it in 20 seconds:

1. In your Shopify Admin go to: online store > themes > actions > edit code
2. Find Asset > base.css and paste this at the bottom of the file:

#judgeme_product_reviews{
    display: none !important;
}


You should also uninstall the app "judge.me" if you have it installed.

Kind regards,
Diego

eepluu
Visitor
3 0 0

It worked! Thank you so so much!

Benned02
Visitor
2 0 0

hi, i have the same problem but in my case is with the rivo reviews app, i try to edit the code like u did but dont work, can u help me?

zafbr
Visitor
1 0 0

 

It didn't work for me! I'm using the Judge.me app to import reviews. But unfortunately this option is totally disconnected. I went to try to follow your tutorial and all my reviews disappeared. is there another way?