Solved

removing reviews from product page

bakyboy
Excursionist
78 0 2

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

Screen Shot 2021-06-16 at 16.24.44.png

Accepted Solution (1)
Kinjaldavra
Shopify Partner
2302 570 1422

This is an accepted solution.

hello @bakyboy 

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

View solution in original post

Replies 7 (7)

ZestardTech
Shopify Expert
5393 970 1291

Hello There,

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

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
Kinjaldavra
Shopify Partner
2302 570 1422

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;
}

 

bakyboy
Excursionist
78 0 2

hey, I pasted the code and its still shows

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

look

Kinjaldavra
Shopify Partner
2302 570 1422

This is an accepted solution.

hello @bakyboy 

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

bakyboy
Excursionist
78 0 2

@Kinjaldavra hey, its closed 

ZestardTech
Shopify Expert
5393 970 1291

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;
}
Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
bakyboy
Excursionist
78 0 2

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