I’m using WooCommerce as a Catalog and the plugin that I previously used to hide Add-to-Cart doesnt seem to work because the theme is controlling how those items appear. Can you please direct me on how to remove “Add to cart | Show Details” animated section under each product when shown is product grid is used. Also need instruction on how to remove the Add-to-Cart button when viewing the product.
UPDATE: I found there was an option in Theme Options to display without buttons. Great!
So I just need direction on removing the ad-to-cart button from single product page.
Thanks much!
UPDATE#2 – Added the following to remove button…I’m all set now :)
.avia_cart_buttons{display: none !important;}
form.cart {display: none !important;}