Answers for "How to hide additional information tab WooCommerce with CSS"

0

How to hide additional information tab WooCommerce with CSS

/* To hide the additional information tab */
li.additional_information_tab {
    display: none !important;
}
Posted by: Guest on September-27-2021

Code answers related to "How to hide additional information tab WooCommerce with CSS"

Browse Popular Code Answers by Language