Remove 'Write a Review' Section from Store

Hi all,

I have a store up at the moment, and I have imported reviews from a third-party app, however the ‘Write a Review’ section is still on the individual product pages, so its a huge blank spot with no reviews, however the reviews are at the very bottom.

I feel this looks unprofessional and scrappy. I have tried a few different coding things, to no avail!

Unsure if anyone knows if this can be fixed please.

Hello @missmisty1 ,

Can you please share site url

Hi @oscprofessional ,

Thanks for getting back to me.

www.missmistyboutique.com

I am also having trouble that the body fonts won’t stay the same for different products, I do the same when importing, the same on the theme settings, then one will go a size or two larger for no reason.

Are font sizes and spacing a typical problem?

Very new to this! So it means a lot you responded.

Cheers.

@missmisty1 ,

On your product page there are two time “writr Review”.

Which one do you want to remove?Please send screenshot.

Also exactly which fonts are changing

Hope the above photos make sense.

@missmisty1 ,

To remove Review

Go to Online Store->Theme->Edit code->Asset->theme.scss.liquid->paste bellow code in bottom of file

.product-single div#vitals-product_reviews-main_container {
    display: none!important;
}

Actually you entered different fonts in product description That’s why it is showing differently.

Go to that perticular product and please check

You are the best!

Thank you so much :slight_smile:

HI,

I have a similar problem. Do you know how I can delete those results? I tried with adding the same code that you wrote in the comment, but nothing changed :disappointed_face:

Hello Ljuba,
Please share your site url.
So that i can check and let you know the exact solution here.

Hi,

thank you for the quick answer.

Here it is - https://georgestherapy.com/

Hi, I’m having the same problem with out shop. I can’t remove the empty stars and “Write Review” on my item.
This is my shop link https://organiserdepot.com/collections/cosmetic-space-savers/products/delilah-cosmetic-space-saver

Hello mikabeast,
Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.css.liquid

.areviews_main_header_container {
    display: none;
}

Hi there! thank you so much! It only


removed the “write review” and star rating at the top, but the bottom “write review” section is still present

you go to the file theme.css and you put this line anywhere :

.scm-reviews-importer {

display: none !impotant;}

It doesn’t work . as im also facing the same problem, cant delete the reviews from apps.

Store name :-https://vleiromart.com/

Hi

I am also facing same problem, I need remove existing Customer Review section and Review badge on the product page.

www.betelcase.com

Thanks

Bablbirdgenius

Hello!

I also could not delete the reviews. I’m using Loox and trying to get rid of the other one. www.puffypaws.com.au

Thanks in Advance!

Kadir.

Hello PuffyPawsAus,
Please share the screenshot of which review section you want to remove.

Hello, here is the one.

Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.scss.liquid

#shopify-product-reviews {
    display: none;
}
2 Likes