Site logo

Archived topic

Hide button View Cart for WooCommerce

4 replies · Started by Oleg on August 8, 2015

Viewing posts 1–5 of 5

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!

Woo

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?

This archived topic is closed to new replies.