Home Forums WoodMart support forum How to close the “Additional information” tab on the Single product page

How to close the “Additional information” tab on the Single product page

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

    huaileiwang
    Participant

    How to close the “Additional information” tab on the Single product page.

    I don’t want this default label.

    Attachments:
    You must be logged in to view attached files.
    #625075

    Hung Pham
    Keymaster

    Hi huaileiwang,

    Thanks for reaching to us.

    There are 3 default tabs of WooCommerce:

    + The Additional Information Tab: Shows when the Attributes are added under a Product. If the Attributes are not added then the Additional Information tab doesn’t show.

    + Description Tab: This is the main description on the product page.

    + Reviews: Used to show customers’s reviews.

    Best Regards,

    #625157

    huaileiwang
    Participant

    Is there any way to not display “The Additional Information Tab” after adding Attributes?

    #625417

    Hung Pham
    Keymaster

    Hi huaileiwang,

    Thanks for your patience.

    Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    li.additional_information_tab,
    div#tab-additional_information{
        display: none !important;
    }

    Best Regards,

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