How can I effectively remove reviews from my webpage?

I have tried putting in the code

div#stamped-main-widget {
    display: none !important;
}

But it is not working for some reason, can someone help me with this?

Hello There,

Please share your store URL and Screenshot.
So that I will check and let you know the exact solution here.

Hello! Thanks for the response, sadly I haven’t paid for a shopify plan yet so I cant send you the website, but I can provide a screen shot.

1 Like

Hello @AlexiiPav

Please share me preview link.

1 Like

https://safetyshaydes.com/?_ab=0&_fd=0&_sc=1&key=18cb372cb1cd02454199218e8a5b2493e1df1c360bee1fc73133ba7aa5c1ad71

1 Like

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >timber.scss.css and paste this at the bottom of the file:
div#shopify-section-1625070313656ec6f9 {
display: none!important;
}

it didnt work for some reason,

https://safetyshaydes.com/products/eyelim-anti-fog-safety-glasses?variant=40198706233551

its still there

@AlexiiPav Just go to your Shopify store admin > Online Store > Themes > Live theme > Actions > Edit code > open product-template.liquid and featured-product.liquid files, find “stamped” then remove star rating code of Stamped review app

1 Like

Ahhh! Thank you!

Only problem is that there is still this! do you mind if you can help me fix this part? Thanks a lot by the way! life saver!

@AlexiiPav You can try to find stamped code in product.liquid file and remove it also

doesnt seem to work?

working for some reason

@AlexiiPav Simplest way is uninstalling Stamped app :). Or if you can’t find code in product-template.liquid then try to find it at the bottom of your product.liquid.