Reply 345197 to: translate these tabs on the product page

Avatar: Tony Rodriguez
Tony Rodriguez
Support staff
January 27, 2023 at 06:16

Hello, Ms. Morbenia Morbeck,

We understand that you are having difficulty removing the weight and size data from the Shipping tab in your WooCommerce store. An additional tab appears and there is no option to remove this data.

We suggest that you can remove or hide this data with CSS. For more information, please refer to the following link: https://docs.woocommerce.com/document/editing-product-data-tabs/.

If you would like to remove this data from the frontend only, you can try using the following CSS code:

.woocommerce-tabs div#tab-additional_information tr.woocommerce-product-attributes-item.woocommerce-product-attributes-item--weight {
    display: none !important;
}
.woocommerce-tabs div#tab-additional_information tr.woocommerce-product-attributes-item.woocommerce-product-attributes-item--dimensions {
    display: none !important;
}

Please copy and paste the above code to XStore >> Theme Settings >> Theme Custom CSS >> Global CSS and clear your browser cache.

We hope this information is helpful.

Best regards,
8Theme’s Team

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.