Can i delete only Additonnal Information tab?
-
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/
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
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 !
Hello,
You will have to find a plugin or customize the template https://docs.woocommerce.com/document/editing-product-data-tabs/
Best Regards
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!
Hello,
Our support does not cover such kind of customization.
Try to find a plugin.
Best Regards
If you have any questions please feel free to contact us.
Best Regards
The topic ‘Can i delete only Additonnal Information tab?’ is closed to new replies.