Home › Forums › WoodMart support forum › How to hide shipping class weight on single product page? › Reply To: How to hide shipping class weight on single product page?
June 14, 2023 at 5:31 pm
#474950
Aizaz Imtiaz Awan
Keymaster
Hello,
Try to add following custom css code in Theme Setting -> Global custom css section:
tr.woocommerce-product-attributes-item--weight{
display:none;
}
Best Regards.