How can I delete product reviews from my ecommerce page?

hey, I would like to know how can I remove the review thing below the buy it now button

Hello There,

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

hello @bakyboy

please paste the below code at the bottom of the style.css file.

.template-product .product-area__details .cc-tabs.cc-tabs--accordion-mode.cc-initialized{
        display: none;
}

hey, I pasted the code and its still shows

https://century8mm.com/products/16mm-film-pack

look

hello @bakyboy

in your file at line number 12855 please close this bracket see screenshot https://imgur.com/bsq4hd4

1 Like

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >styles.css and paste this at the bottom of the file:
.template-product .product-area__details .cc-tabs.cc-tabs--accordion-mode.cc-initialized{
display: none!important;
}

hey, the review thing is still on there after I pasted the code @ZestardTech

@Kinjaldavra hey, its closed