What's your biggest current challenge? Have your say in Community Polls along the right column.

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

Solved

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

Bobertess
New Member
5 0 0

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?

Accepted Solution (1)
dmwwebartisan
Shopify Partner
12323 2552 3732

This is an accepted solution.

@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! 

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app

View solution in original post

Replies 18 (18)

dmwwebartisan
Shopify Partner
12323 2552 3732

@Bobertess 

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

Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
Bobertess
New Member
5 0 0
dmwwebartisan
Shopify Partner
12323 2552 3732

@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! 

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
Bobertess
New Member
5 0 0

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

dmwwebartisan
Shopify Partner
12323 2552 3732

@Bobertess 

Please do clarify so I will provide a solution.

remove-review.jpg

 

Please provide a screenshot.

 

Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
Bobertess
New Member
5 0 0
Click to expand...
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!

Requ SS.JPG

dmwwebartisan
Shopify Partner
12323 2552 3732

This is an accepted solution.

@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! 

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
Bobertess
New Member
5 0 0

This worked! Thanks!

707Street
Tourist
5 0 2

Hello! How can I remove JUST the reviews tab?

dmwwebartisan
Shopify Partner
12323 2552 3732

@707Street 

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

Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
ym24
Excursionist
50 0 11

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

dmwwebartisan
Shopify Partner
12323 2552 3732

@ym24 

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

 

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
707Street
Tourist
5 0 2

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:

theme help.png

dmwwebartisan
Shopify Partner
12323 2552 3732

@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! 

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
AnxiousGirl13
Tourist
7 0 0

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

box.png

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

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

Password: theilo

ym24
Excursionist
50 0 11

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

dmwwebartisan
Shopify Partner
12323 2552 3732

@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! 

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
youngoakE
Visitor
1 0 0

Very helpful, thanks!