I am using my ECWID account as a product catalog. I used the following suggested code to remove the "Qty" label that displays when you view a product:
div.ecwid-productBrowser-details-qtyLabel {
display:none;
}
However, the QTY label is still displaying. Any advice? And yes I did save the Custom CSS and it is active.
|