Home Forums WoodMart support forum How to hide “Add to Cart” button

How to hide “Add to Cart” button

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #370426

    simplyaust
    Participant

    How to hide “Add to Cart” button but keep all other elements such as pricing, options etc….so ONLY hide add to cart button

    #370467

    simplyaust
    Participant

    Forgot to mention I would like to do this per product basis

    #370472

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .wd-add-btn.wd-add-btn-replace.woodmart-add-btn {
    display: none;
    }

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

    Best Regards

    #370475

    simplyaust
    Participant

    No that did not seem to change anything. Also I am wanting to remove the add to cart for individual prodcts

    #370490

    Hello,

    Please provide the URL of the website to check it myself and help you out accordingly.

    Sorry but it is not possible to hide individual products.

    Best Regards

    #370498

    simplyaust
    Participant

    Thank you …but I will need the function to enable and disable per product.

    #370675

    Hello,

    Sorry but it is not possible to hide it for specific products.

    It requires customizations and this is beyond our limitations and support policy.

    Best Regards

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