Hi guys,
Where / how do I remove “Gewicht” from the tab Additional information?
Regards Denise
This topic has 5 replies, 3 voices, and was last updated 2 weeks, 2 days ago ago by Tony Rodriguez
Hi guys,
Where / how do I remove “Gewicht” from the tab Additional information?
Regards Denise
Hello @Denise,
By default, WooCommerce displays all product attributes configured in the backend, such as weight, size, length, and height: https://prnt.sc/19qcABNM31PS.
If you would like to remove the weight attribute row from the product information table on your single product pages, you can do so by adding the following custom CSS in your Theme Options under “Theme Custom CSS”:
.shop_attributes .woocommerce-product-attributes-item--weight {
display: none;
}
Alternatively, to apply this change locally within the tabs widget on your single product template, we have added the same CSS with “selector” prefix in the “Custom CSS” tab of the Single Product Tabs widget in your Single Product Builder: https://prnt.sc/ZWxSGGRkhsw4.
Kindly check it now.
Best regards,
Jack Richardson
The 8Theme’s Team
Hi Jack,
Thank you for your follow up! I am aware that I am using the weights, but I need this in order to use the weigh based shipping for my transportation costs. So I cannot remove the from the products.
However, sometimes I change a weight to lets say 1kg in order to avoid a small package price, since it will never fit. But I dont want anybody to see that a small bottle weights like 1kg haha. Because that doesnt make sense.
I will check the code you provided me :)!
Regards,
Denise
Thanks for the support! My topic “Remove “Gewicht” from tab additional info” has been successfully resolved.
Dear Denise,
Thanks for being part of our WordPress & WooCommerce community!
We’re happy we could assist you. Your feedback truly matters — it helps us make XStore better, faster, and more reliable with every release.
Leave Feedback →
(takes less than a minute)
Together, we’re shaping a better WooCommerce experience for everyone.
Topic closed.
The 8Theme Team
The issue related to '‘Remove “Gewicht” from tab additional info’' has been successfully resolved, and the topic is now closed for further responses