Home New Guten Forums WoodMart support forum in the single product page i need to delete or hide few elements

in the single product page i need to delete or hide few elements

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

    mustafasofiya
    Participant

    On the single product page, I am unable to hide or delete the elements. in the description tab sum related product content is coming and I need to delete or hide two elements one is advanced and another one is about the brand i am sharing the screenshot please check and update ASAP

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

    Hello,

    Please navigate to the Theme Settings > Single product > Tabs and clear the title and content for the additional tab.

    If you have any questions please feel free to contact us.

    Best Regards.

    #462545

    mustafasofiya
    Participant

    only logistic one option is showing remain not showing

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

    Hi,

    Tabs are the functionality of WooCommerce and our theme does not influence it.
    Here is the documentation allowing you to manage tabs:

    https://docs.woocommerce.com/document/editing-product-data-tabs/

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

    .product-tabs-wrapper{
    display:none;
    }

    This code would remove the tabs from all the products.

    Best Regards.

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