Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

specific product ID

Home / Forums / Virtue Theme / specific product ID

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
November 20, 2015 at 9:02 am

Hello,
In woocommerce I want to remove the quantity input box from only one of my products which is ID 319. I have added the following code which turns the box off on all pages but I want it off on only one. Any help is appreciated. Thank you.

.woocommerce .quantity
input.qty {
display:none;
}

  • The forum ‘Virtue Theme’ is closed to new topics and replies.