Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #540183

    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

    #540547

    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

    #540553

    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

    #542829

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.