• Hi,

    I would like to delete the add to cart button on the “WPC quick view plugin” so the visitor can just see the product and not add it to cart when looking at the click view.

    How can I do it ?

Viewing 1 replies (of 1 total)
  • Plugin Author WPClever

    (@wpclever)

    Hi @aussau,

    Please add CSS code below to WP-Admin → Appearance → Customize → Additional CSS:

    .woosq-popup form.cart, .woosq-popup .add_to_cart_button {
        display: none !important;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Deleting “add to cart button”’ is closed to new replies.