Home Forums WoodMart support forum Product Quantity Box

Product Quantity Box

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #33291

    xue
    Participant

    Hi,
    is it possible to hide the quantity box on the product single page design?
    All my products are one of a kind hence there is no need to show the number of products besides the Add to Cart button.

    Thanks in advance!

    #33298

    Artem Temos
    Keymaster

    Hello,

    We are glad to know that you considered using WoodMart for your web-site. I hope you will be happy with it.

    Yes, you can hide it adding the following code snippet to the Custom CSS area in Theme Settings

    .quantity {
    	display: none!important;
    }

    Kind Regards
    Xtemos

Viewing 2 posts - 1 through 2 (of 2 total)