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

    I would like to remove the “Add to cart” and Quantity counter from the product details page. I just trying to build Catalog website using woo commerce.

    • This topic was modified 10 years, 6 months ago by apradhan.
    #257481

    I am using enfold 2.7 and WP 3.9

    #257627

    Hi!

    Thank you for using the theme.

    You can add this on Quick CSS or custom.css:

    .single-product form.cart {
    display: none;
    }

    Best regards,
    Ismael

    #257841

    thanks that removed add to cart button on product details page.
    I need remove shopping cart icon on the right as well. I am just doing catalog website

    #257937

    Hi!

    Please add following code to Quick CSS as well

    .cart_dropdown.visible_cart { display: none !important; }

    Regards,
    Yigit

    #257976

    I added in custom.css . works great. thanks

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘woocommerce catalog’ is closed to new replies.