Re: Remove Customer Review Showing on Product Page

Solved

Remove Customer Review Showing on Product Page

jenstaana
Tourist
6 0 1

Hello everyone. Can anyone help me how can I remove this circled part? Here's the link to the product page: https://vapecloudaust.com.au/collections/vape-accessories-all

Our website had been migrated from WooCommerce to Shopify. I am assuming this customer review showing was from the first platform (WordPress/WooCommerce) where our website was created. We currently do not have customer review (through Apps) enabled on the Shopify website.

Thanks so much in advance!productpage.png

Accepted Solution (1)

dmwwebartisan
Shopify Partner
12321 2552 3729

This is an accepted solution.

@jenstaana 

  please Go to Online Store->Theme->Edit code then go to assets/theme.scss.liquid ->paste below code at the bottom of the file.

#shopify-product-reviews{display:none !important;}

Thanks!

View solution in original post

Replies 5 (5)

dmwwebartisan
Shopify Partner
12321 2552 3729

This is an accepted solution.

@jenstaana 

  please Go to Online Store->Theme->Edit code then go to assets/theme.scss.liquid ->paste below code at the bottom of the file.

#shopify-product-reviews{display:none !important;}

Thanks!

jenstaana
Tourist
6 0 1

Hello @dmwwebartisan

That worked! Thank you so much for your help! I have followed you on IG.

Thanks again! 🙂

 

dmwwebartisan
Shopify Partner
12321 2552 3729
jenstaana
Tourist
6 0 1

Yup, done. thank you

cathynicholsart
Tourist
7 0 2

That worked perfectly. I have been trying to solve this problem for months. Thank you SO MUCH!!!