Home › Forums › WoodMart support forum › Hide weight attribut in the product page › Reply To: Hide weight attribut in the product page
August 16, 2024 at 3:40 pm
#590589
Aizaz Imtiaz Awan
Keymaster
Hello,
1. To hide the weight from the single product page, please use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS section:
.single-product tr.woocommerce-product-attributes-item.woocommerce-product-attributes-item--weight {
display: none;
}
2. Can you please tell me from where you have added the background image for the page title because I did not see that you have uploaded the image for the page title.
Best Regards.