Please add the following code at the bottom of your assets/theme.scss.liquid file.
.template-product div#looxReviews {
display: none;
}
.template-product form#contact-5568610402469 {
display: none;
}
Hope this works.
Thanks!
Goal: Remove default “Write a Review” and “Ask a Question” sections from a Shopify product page (Impulse theme) while keeping Loox app reviews.
Key updates and solutions:
.collapsibles-wrapper--border-bottom { display: none; }. The original poster confirmed this resolved the issue..spr-summary-actions-newreview in assets/timber.scss.liquid.Additional context:
Status: Original issue resolved; some variant cases addressed with CSS; one request remains open.
Please add the following code at the bottom of your assets/theme.scss.liquid file.
.template-product div#looxReviews {
display: none;
}
.template-product form#contact-5568610402469 {
display: none;
}
Hope this works.
Thanks!