I’m trying to figure out how to hide the add to cart button.
I’ve tried using the following CSS code and I can’t seem to figure it out.
.woocommerce li.product .entry-header .entry-featured .button {
display: none;
}
a.button.product_type_simple .add_to_cart_button .ajax_add_to_cart {
display: none;
}
Can you please advise?
