Remove quantity from all pages,
-
hi there,
I am selling courses online. And when people purchase the course, they should only be purchasing a single item. To clean up the purchasing pages, I like the quantity counter to be removed from Single Product Page, Cart Page and Product Archive Page.I have tried this CSS code:
.input-text.qty.text {
display: none;
}But this only takes away the quantity counter on the single product page, while I still keep seeing the + and – sign. In the cart, there is still a column showing “quantity” as text and the +- signs.
Can someone help me out with the proper CSS code?
cheers, ThomasThe page I need help with: [log in to see the link]
The topic ‘Remove quantity from all pages,’ is closed to new replies.