Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #675334

    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.

    #675524

    Hi Michael,

    Could you post a link to the page in question so that we can take a closer look please?

    Best regards,
    Rikard

    #676020

    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/

    #676289

    Hi,

    Please try the following in Quick CSS under Enfold–>General Styling:

    .ajax_add_to_cart {
    display:none !important;
    }

    Thanks,
    Rikard

    #679217

    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.

    #680466

    Hi,

    Please try this as well:

    .show_details_button {
    display:none !important;
    }

    Regards,
    Rikard

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