Home Forums Basel support forum remove tabs Reply To: remove tabs

#85082

Hello,

Please find all the information on tabs here: https://docs.woocommerce.com/document/editing-product-data-tabs/

Shipping and Delivery tabs are enabled /disabled and edited in the Theme settings > Product page > Tabs

If you clean SKU it would disappear, if you need this field but want to hide, add this code to the Theme Settings > Custom CSS:

body .summary-inner .product_meta .sku_wrapper{
    display:none;
}

Best Regards