Home › Forums › Basel support forum › Is it possible to hide reviews row on the product page? › Reply To: Is it possible to hide reviews row on the product page?
October 11, 2019 at 9:19 am
#149605
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .single-product-content .product-tabs-wrapper {
background-color: transparent;
}
If you want to hide the tabs add this code:
body .single-product-content .product-tabs-wrapper {
display:none;
}
Best Regards