Hi!
I am using woocommerce to act as a catalogue. No need for shopping cart.
I would be very grateful if you could help me with the category page which shows “add to cart” and also “show details”. How can these be removed please?
Thank you for your help!!
Bryan
Hi bryan1976;
try to add this line into your css :
.avia_cart_buttons{display: none !important;}
but you should add this line too, to remove “shopping elemnts” in the signle product page
form.cart {display: none !important;}
Hi!
Thank you for using Enfold.
You can try @begrafiks’ suggestion. The code should remove the woocommerce’s button.
Regards,
Ismael
Hi begrafiks, Ismael,
This has worked perfectly!! Added both lines to my ‘Quick CSS’ and it has resolved my problem.
Thanks for the excellent support!
Bryan