Remove cart icon without disable woocomerce

Support Forums for LiveMesh Themes & Plugins Forums Agile Theme Support Remove cart icon without disable woocomerce

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #7512
    fernandomoraes
    Participant

    I’m using WooCommerce Catalog Mode plugin (http://codecanyon.net/item/woocommerce-catalog-mode/6806913) to remove “add to cart” button.

    Now I want to hide/remove cart icon on agile theme menu. Can you tell me the best way to do it?

    I won’t sell anything, just use woocomerce as a product catalog.

    Thanks in advance

    Fernando Moraes

    #7513
    fernandomoraes
    Participant

    solved using custom CSS on theme options

    .cart-contents {
    display: none !important;
    }

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Remove cart icon without disable woocomerce’ is closed to new replies.