Home Forums Basel support forum remove tabs

remove tabs

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #85032

    intimi
    Participant

    Hi,

    how do I remove this tab and SKU>

    https://paste.pics/3YUND

    Thanks.

    #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

Viewing 2 posts - 1 through 2 (of 2 total)