Home Forums WoodMart support forum remove add to cart icon on shop page

remove add to cart icon on shop page

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #366959

    CyberDome
    Participant

    remove add to cart icon on shop page

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

    CyberDome
    Participant

    remove add to cart icon on shop page

    #367013

    Hello,

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

    a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.add-to-cart-loop {
        display: none;
    }

    Best Regards

    #374168

    CyberDome
    Participant

    Remove add to cart Button In Out Of Stock Products in Shop Page

    #374285

    Hello,

    Sorry but it is not possible to hide the add to cart button only for the out of stock products.

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

    Best Regards

    #374395

    CyberDome
    Participant

    Remove add to cart Button In Out Of Stock Products

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

    Hello,

    Sorry but I am unable to see the add to cart button on the products.

    Please clear cache and check back.

    Best Regards

    #374760

    CyberDome
    Participant

    Remove add to cart Button In Out Of Stock

    #374829

    Hello,

    Please try adding the following Custom CSS for that.

    .wd-add-btn.wd-action-btn.wd-style-icon.wd-add-cart-icon {
    display: none;
    }

    Best Regards

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