• Resolved vmdials

    (@vmdials)


    I am trying to remove the cart icon, count and tooltip using css, so that site visitors will access their order from the cart page. I am using customizr theme and have tried the following which sometimes works on desktop, but not at all on mobile:
    /* remove cart icon */
    .icn-shoppingcart {
    display: none;
    }

    /* remove cart item count */
    .czr-wc-count {
    display: none;
    }

    /* remove tooltip */
    .woocart.cart-contents {
    display: none;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Riaan K.

    (@riaanknoetze)

    Hi there,

    It sounds like those sections are unique to the theme you’re using rather than the WooCommerce plugin itself (judging by the classnames you’re using in your custom CSS).

    In order for us to provide more detailed feedback, would you mind sharing the site URL? We’d need to check your custom CSS within the context that it’s being used 🙂

    Thanks!

    Thread Starter vmdials

    (@vmdials)

    Site URL is radezyne.com

    Hi @vmdials,

    I took a look at your site just now and it does appear that the shopping cart is gone from the header of your site. Here’s a screenshot of what I’m seeing:

    header cart

    If you’re still running into trouble, let us know.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘remove cart, count and tooltip’ is closed to new replies.