Hello,
When on website back-end, viewing a Woocommerce Edit Order page, I’ve been trying to remove the quantity column. I’m using Gravity forms to obtain my quantity (because of the extensive amount of variables for many of our products). So, I need to remove the Quantity column as it is no longer needed or accurate.
Please see screenshot in secure note of what trying to accomplish.
I’ve targeted the CSS below. When in “inspect” mode, I add “display:none” to this item the quantity column disappears as desired. However, when I add this in my Pro-Child… woocommerce / assets / css / admin.css
and even my own style.css nothing happens. Please HELP!
#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity {
display: none !important;
}