Home Forums WoodMart support forum Remove checkout button Reply To: Remove checkout button

#605600

aijaz
Participant

Please clarify you want to remove add to cart button from archives etc? Right?
I added this to homepage only since I didn’t want to show add to cart on homepage.

.add_to_cart_button{
    display: none;
}