Hello,
is there a way to disable the Cart-Button (In den Warenkorb) but keep the Details-Button only on the shop overview page?
Thank you for help
Bernd
Hi Bernd,
Not sure if it’s the button or text link on top your want to remove or do you just not want it to link anywhere?
Regards,
Rikard
Hi Rikard,
As I have some extra options in the product itself it cannot be put in the cart directly. So I want to remove the Icon and text of the cart button on the shop overview page.
See here: http://www.bebm.de/bilder/screenshop.jpg
Thank you
Hi!
Thank you for the screenshot. Use this in the Quick CSS field:
.woocommerce-page .add_to_cart_button {
display: none !important;
}
.woocommerce-page .show_details_button {
width: 100% !important;
text-align: center;
}
Regards,
Ismael