Site logo

[Resolved] Hide button View Cart for WooCommerce

Home Forums Support [Resolved] Hide button View Cart for WooCommerce

Home Forums Support Hide button View Cart for WooCommerce

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #127745
    Oleg

    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

    #127749
    Tom
    Lead Developer
    Lead Developer

    Hmm, that should work.

    Try getting a little more specific:

    body.woocommerce .woocommerce_message a.button {display:none;}

    #127767
    Oleg

    Excuse me. It was necessary because: .woocommerce-message a.button {display:none;}. – but not _

    #127769
    Oleg

    Maybe you know CSS, with which you can hide the button Empty Cart?

    #127829
    Tom
    Lead Developer
    Lead Developer

    Where does the Empty Cart button usually show up?

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.