Home › Forums › Basel support forum › I need remove some areas › Reply To: I need remove some areas
August 16, 2016 at 5:26 pm
#2775
Artem Temos
Keymaster
Hello,
Thank you for the question.
You can remove these areas with the following code snippet that you need to place into Custom CSS field in Theme Settings
.product-tabs-wrapper,
.woocommerce-ordering,
.product_meta {
display: none;
}
Regards