Home Forums Basel support forum Product content

Product content

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #7203

    Teuvo
    Participant

    Is there a simple way to remove the extra tabs on individual products?

    – Additional Information
    – Shipping and Delivery
    – SKU
    – Category
    – Tags

    Thank you

    #7212

    Artem Temos
    Keymaster

    Hello,

    1. It is WooCommerce tab and you can manage them via small additional code customization. Here is an article that will help you https://docs.woocommerce.com/document/editing-product-data-tabs/

    2. Shipping tab can be edited/disabled via Theme Settings -> Product page.

    3-4-5. Hide them with the following code snippet

    .product_meta {
    display:none!important;
    }
    

    Regards

    #7257

    Teuvo
    Participant

    Great that all worked perfectly thank you!

    The last one I’d like to hide is the Additional Information tab. Currently that tab has the product sizes showing: Size
    Extra-Large, Extra-Small, Large, Medium, One Size, Small

    #7269

    Artem Temos
    Keymaster

    Read the article we sent, it contains the information that will help you edit/remove any tabs from your product page.

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