Answers for "remove woocommerce ordering"

PHP
0

remove additional information woocommerce

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

Browse Popular Code Answers by Language