Home Forums Basel support forum I need remove some areas Reply To: I need remove some areas

#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