Hi,
I want to use Woocommerce only for Product Catalog without prices.
Therefore I use the Plug In “createIT Catalog Plugin”. That works right.
But on the product overview each product has the botton “In den Warenkorb“.
How can I delete this botton?
Thanks a lot for your answer.
Hi Michael,
Could you post a link to the page in question so that we can take a closer look please?
Best regards,
Rikard
Hi Rikard,
here is the link to the page and a picture of the botton which I want to delete.
I want to delete this botton in all products.
Thanks for your help.
http://www.zauber-rauch-hannover.de/produktkategorie/e-zigaretten-sets/
Hi,
Please try the following in Quick CSS under Enfold–>General Styling:
.ajax_add_to_cart {
display:none !important;
}
Thanks,
Rikard
Thanks a lot, it works.
I want delete also the Button “Zeige Details”. This button is on the right side beside the button “add to cart”.
Thanks for your help.