Okay
  Public Ticket #2912551
Want to hide add to cart buttons from showing in product catelog
Closed

Comments

  •  7
    EllenCoolDutch started the conversation

    I want to hide the add to cart buttons from showing in the shop/ product catalog of all the products. In other words, customers would have to visit the actual item page to add the item to their cart.

    Please help! Thx

  •  7
    EllenCoolDutch replied

    Sry some more info: Using Salient theme with Woocommerce plugin. 

    A CSS soluition will be fine

    Regards 

  •  2,959
    Andrew replied

    Hello Ellen,

    Kindly send in a link to your site,

    Regards,

  •  7
    EllenCoolDutch replied

    Sure: 

    https://cool-dutch.com/webshop/

    I just want to remove the button: "BESTEL NU"  on the moment pages This because there are some extra options on the individual product pages that i want customers to go to....

  •  2,959
    Andrew replied

    Hi again,

    Use the following CSS.

    .products li.product.minimal .product-image-wrap .product-add-to-cart {
        display: none;
    }
    

    Regards,

  •  7
    EllenCoolDutch replied

    Wow, thanks!!! Great help and have a nice day....