Home › Forums › WoodMart support forum › Remove this element Remove this element This topic has 5 replies, 2 voices, and was last updated 5 years, 11 months ago by Aizaz Imtiaz Awan. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts December 2, 2019 at 9:01 am #160483 masood nikrooParticipant Hello, i need to remove this elemont from my product page. https://drive.google.com/file/d/11VGh6CirUDCAaSqgwgMQh3PaBwnXDRqV/view?usp=drivesdk Regards. December 2, 2019 at 12:13 pm #160530 Aizaz Imtiaz AwanKeymaster Hello, To hide the stock status, You need to disable stock management in Woocommerce > Settings > Product tab. And to hide the quantity field you can use the below CSS code in global custom CSS area under theme settings >> Custom CSS. .single-product form .quantity{ display:none; } Best Regards. December 2, 2019 at 1:10 pm #160553 masood nikrooParticipant Hello, this code you provide to me isnt work, and quantity element isnt removed. https://drive.google.com/file/d/1zu5Bf-N2yO6O6D9g_8QGLQ5X8ejTuhaZ/view?usp=drivesdk Regards. December 2, 2019 at 2:31 pm #160584 Aizaz Imtiaz AwanKeymaster Hello, Kindly provide me the correct login details. The password is not working anymore to access your admin area. Also undo your custom code if you have any because when I inspect the quantity field some other custom code already applied. Best Regards. December 2, 2019 at 2:39 pm #160589 masood nikrooParticipant I send you new login access. Regards. December 2, 2019 at 3:10 pm #160603 Aizaz Imtiaz AwanKeymaster Hello, Your problem is resolved. I hide that element by using the below CSS code in global custom CSS area under theme settings >> Custom CSS.: .product-image-summary-wrap .product-image-summary form .quantity{ display:none !important; } You can check the result here: https://booxet.com/product/apple-iphone-6-128gb-gold/ Best Regards. Author Posts Tagged: Remove this element Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to create new topics. Login / Register