Hi, only one of my product page contains something what is only at this page. How can I remove it?
It is exactly at this page: https://four-leggedpets.com/products/car-seat-cover
Password is leden2021.
Solved! Go to the solution
This is an accepted solution.
If you just want to hide the reviews for that product specifically, you can use this code at the bottom of your theme.scss.liquid file in your assets folder:
[data-id='6128894574766'] {
display: none;
}
Alternatively if you want to hide the reviews on every product page you can use:
#shopify-product-reviews {
display: none;
}
User | Count |
---|---|
422 | |
208 | |
144 | |
56 | |
43 |