Home New Guten Forums WoodMart support forum Quantity button on product page

Quantity button on product page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #522254

    al2min
    Participant

    Hello, I searched a lot but did not find an option to remove a quantity from the product page. Please help!

    #522679

    Hung Pham
    Keymaster

    Hi al2min,

    Thanks for reaching to us and appreciate your patience.

    Navigate to Theme Settings > Products archive > Products styles and turn off Quantity input on product option https://prnt.sc/RKSUHGXMZygd

    Best Regards.

    #522698

    al2min
    Participant

    I want to remove the quantity button from a single product page

    #522769

    Hung Pham
    Keymaster

    Hi al2min,

    Thanks for details.

    There are 2 methods to do that:

    I kindly request that you enable the option to be Sold Individually, which will remove the quantity selection from specific single product https://prnt.sc/dnAHNuPDlOet

    In case you want to remove it from all products, add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS

    .single-product .quantity{
    	display: none;
    }

    Regards,

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