Home Forums WoodMart support forum Can i delete only Additonnal Information tab?

Can i delete only Additonnal Information tab?

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #135660

    Quentin
    Participant

    Can i delete only Additonnal Information tab (Informations complémentarires) without delete 2 others (Descritpion and Mode d’emploi) ?

    http://firstim.space/1stmeat/produit/premium-boeuf/

    #135684

    Hello,

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

    body .tabs-layout-tabs .tabs li.additional_information_tab {
        display: none;
    }

    Best Regards

    #135690

    Quentin
    Participant

    Hello,

    Perfect, it’s work !

    Can i add an other edit tab on the product ? I need 3 tabs if it’s possible ?

    Thank you !

    #135703

    Hello,

    You will have to find a plugin or customize the template https://docs.woocommerce.com/document/editing-product-data-tabs/

    Best Regards

    #135707

    Quentin
    Participant

    Nice, it’s work.

    I want to re-order my tabs now.

    I have the function but i don’t find the name the 2nd tab on my website “Mode d’emploi”. It’s a custom tab i create.

    $tabs[‘description’][‘priority’] = 5; // Description 1er
    $tabs[‘???????’][‘priority’] = 10; // Mode d’emploi 2
    $tabs[‘conservation’][‘priority’] = 15; // Conservation 3eme

    Thank you!

    #135727

    Hello,

    Our support does not cover such kind of customization.

    Try to find a plugin.

    Best Regards

    #135731

    Quentin
    Participant

    Okay, no problem. Thanks

    #135737

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

    Best Regards

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

The topic ‘Can i delete only Additonnal Information tab?’ is closed to new replies.