Archived topic
How to disable the Bid now and Add to Cart Buttons on the Wocommerce Shop Page?
19 replies · Started by bluebit on November 2, 2019
I edited code here
doesnt work either
Thats as much as i can offer - you will need to speak with the plugin developer.
the plugin owner gave me this code but it doesnt work either, so im stumped why its not working
.post-type-archive-product
.prodcut-type-ignitewoo_auction
.button {
display:none !important;
}
.post-type-archive-product
.add_to_cart_button {
display:none !important;
}
Have you checked with the plugin author to see why his code isn't working?
We can't really provide support for other plugins here.