-
Hi There,
You guys previously helped me with some code to remove the “add to cart” button from my variable products (while keeping the size drop down).
Here is an example:
http://wallboardtools.com.au/products/automatic-taping-tools/flat-finishing-tools/flat-box-handle-superlite/However, the cart button is still showing up on simple products.
Here is an example:
http://wallboardtools.com.au/products/automatic-taping-tools/flat-finishing-tools/fhx-sl/This is the current code I have in my themes CHILD THEME CSS
.dhvc-woo-addtocart{
display:none !important;
}.dhvc-woocommerce-page .variations_button
{
display: none !important;
}.dhvc-woocommerce-page .single_variation_wrap
{
display: none !important;
}.dhvc-woocommerce-page .product_meta .tagged_as
{
display: none !important;
}Can you please assist me with additional code to remove the add to cart button from simple products which don’t have the variable drop down?
Thank you.
Removing Add To Cart from ALL products (Variable and Simple)
This topic is: not resolved