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?

#149605

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