Home Forums WoodMart support forum Quantity box position

Quantity box position

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

    Hausbasket
    Participant

    I want quantity box top of add to cart button in single product page on desktop view.

    for more information screen short attached here or website link.

    Attachments:
    You must be logged in to view attached files.
    #178462

    Hello,

    I saw the screenshot you attached. To move the quantity button above the add to cart button you need to add the following Custom CSS code in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .woocommerce-variation-add-to-cart .quantity{
    display: block;
    }

    Best Regards.

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