Viewing 5 replies - 1 through 5 (of 5 total)
  • Roy Ho

    (@splashingpixelscom)

    As long as you have your attributes to not show on product, your additional information tab will not show.

    Thread Starter gringozero

    (@gringozero)

    That’s how I had it set before the upgrade.

    Now, the attributes tab on the individual product pages is blank.

    You can hide the “Additional Information” tab using CSS. Here’s the code.

    .woocommerce-tabs{
    display:none!important;
    }
    Thread Starter gringozero

    (@gringozero)

    Close, but that actually hides all the tabs.

    This one hides just the Additional Information tab

    div.woocommerce-tabs ul.tabs li.additional_information_tab {
    	display: none!important;
    }
    Thread Starter gringozero

    (@gringozero)

    Still, I’d like to know if it was removed from the settings on purpose, or simply as an oversight.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Can't remove Additional Information tab’ is closed to new replies.