Is it possible to hide reviews row on the product page?
-
Hello Team,
On the product page there is no need for the Reveiws row.
There will be plenty of instagram showcasess of happy customers, so I wish to hide this whole row.
Please advise how to achieve this.
Attachments:
You must be
logged in to view attached files.
Hello,
You can disable the Reviews in the Woocommerce > Setting > Product tab > General and the tab would disappear.
Best Regards
Thank you! forgot about that.
I did change the setting, but a grey row remains. Can i hide this grey row?
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