Archived topic
Hide additional tab on WC product page
3 replies · Started by Alexandre on February 1, 2019
Hi,
I'm trying to hide the additional tab which is visible on product page. I looked on WC settings and can't find any place to remove this tab. I tried this
.woocommerce-Tabs-panel h2 {
display: none;
}
See screenshot : https://drive.google.com/open?id=1JuneQRbVa33w21q5WsKCLmsFiGpjUqML
but it's not working.
Thanks for your support
Hi there,
Check out this article in WooCommerce's documentation:
https://docs.woocommerce.com/document/editing-product-data-tabs/
Adding PHP: https://docs.generatepress.com/article/adding-php/
Let me know :)
Ok, thanks for the tip.
No problem :)