Home Forums WoodMart support forum How to remove “add to cart” button from the product page.

How to remove “add to cart” button from the product page.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #627120

    saidulislam.skga
    Participant

    How to remove “add to cart” button from the product page. I have tried to add custom css code such as:

    .summary-inner .cart {
    display:none;
    }

    it’s not working. Could you please solve the problem.

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

    saidulislam.skga
    Participant

    waiting for the response!

    #627487

    Hung Pham
    Keymaster

    Hi saidulislam.skga,

    Thanks for reaching to us.

    First of all, I am appreciate your patience.

    There are 2 points regarding that:

    + If you want to remove quantities box, it does mean you want to sell 1 item for each product only, so keep it in the Cart page doesn’t make sense. If it’s true, then 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 are simply 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 3 posts - 1 through 3 (of 3 total)