How to remove 'Write a Review' section and 'Ask a Question Section' on my store

Hi - I am using the Impulse theme. I already have reviews from the Loox App and the ‘Write a Review’ section that is still there from the original theme looks superfluous and I’d like to get rid of it. There is also an ‘Ask a Question’ box which seems pointless so I’d like to get rid of that as well. Does anyone know how to do this?

@Bobertess

Please share your website URL. I will check and provide a solution here.

Thanks!

Www.requiembikinis.com

Thanks!

@Bobertess

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!

Hey thanks. I think this got rid of the Loox reviews but not the ‘Write a Review’ section that comes with the theme. I’m trying to keep the Look reviews and get rid of the ‘Write a Review’ section that comes with the theme

@Bobertess

Please do clarify so I will provide a solution.

Please provide a screenshot.

Thanks!

Show More

In the screenshot attached, the two sections highlighted in yellow are what I’d like to remove from the site. Thanks for your help with this!

@Bobertess

Please add the following code at the bottom of your assets/theme.css file.

.collapsibles-wrapper--border-bottom{
display: none;
}

Let me know if this works.

Thanks!

This worked! Thanks!

Hello! How can I remove JUST the reviews tab?

1 Like

@707Street

Please share your website URL and password if any. I will check and provide a solution here.

Thanks!

hi,

How do I remove the ‘Write a Review’ section on my store? I have minimal theme. Here’s the link: https://shopoatful.com/collections/all/products/vanilla

1 Like

@ym24

On your product page, there is a “Write a review” link. Do you want to remove that link or complete the review section?

Please remove ONLY “Reviews” tab under “do you have a question”

Keep “Do you have a question”

Keep LOOX app

Here is an image of what I want:

1 Like

Yes I want to keep all the reviews, I just want to remove the link where they can enter their own.

1 Like

@ym24

Please add the following code at the bottom of your assets/timber.scss.liquid file.

#shopify-product-reviews .spr-summary-actions-newreview { display: none; }

Hope this works.

Thanks!

@707Street

Please add the following code at the bottom of your assets/theme.scss.liquid file.

.template-product button.label.collapsible-trigger.collapsible-trigger-btn.collapsible-trigger-btn--borders.collapsible--auto-height {
    display: none;
}

Hope this helps.

Thanks!

i’m pulling reviews from AliExpress, but I want to exclude only the Customer Reviews box bellow

My first time using the site, please if you can help me.

site: https://foxeprodutos.com.br/

Password: theilo

Very helpful, thanks!