Archived topic
Hide button View Cart for WooCommerce
4 replies · Started by Oleg on August 8, 2015
What do I use CSS to hide the button View Cart for WooCommerce?
I have tried: .woocommerce_message a.button {display:none;}. It does not work.
Thanks for the help!

Hmm, that should work.
Try getting a little more specific:
body.woocommerce .woocommerce_message a.button {display:none;}
Excuse me. It was necessary because: .woocommerce-message a.button {display:none;}. - but not _
Maybe you know CSS, with which you can hide the button Empty Cart?
Where does the Empty Cart button usually show up?
