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;
}
hello @bakyboy
in your file at line number 12855 please close this bracket see screenshot https://imgur.com/bsq4hd4
1 Like
Hello There,
- In your Shopify Admin go to online store > themes > actions > edit code
- 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
