Would you like to remove just text or whole product review section from your store?
Please explain more and send me your store URL so I can check.
Thank you,
Tejas
Just the text even when I imported reviews through an app that text will still show above them. https://ez-slim.org/products/ez-slim™-semi-permanent-hair-removal-spray
Go to the Assets > theme.js and and the following code at the end of file:
$(function(){ if($("#reviews-summary").length){ if($.trim($("#reviews-summary > div:eq(0)").text()) == "No reviews yet. Be the first to add a review.") $("#reviews-summary > div:eq(0)").text(""); } })
Let me know if it not works for you.
Thank you,
Tejas
Ok, now add following code at the end of theme.liquid file:
<style> #vitals-product_reviews-main_container { display: none !important; } </style>
Thank you,
Tejas
This is an accepted solution.
Try following code:
<style> body #vitals-product_reviews-main_container { display: none !important; } </style>
It should to work now.
Thank you,
Tejas
Hi! I'm having the same problem with my shop in Debutify theme. I want to remove the "write review" section before my opinew reviews.
My shop link is https://organiserdepot.com/collections/cosmetic-space-savers/products/delilah-cosmetic-space-saver
attached are screenshots of what i want removed remove this part?
remove this whole section
User | Count |
---|---|
23 | |
19 | |
18 | |
17 | |
16 |