Viewing 4 replies - 1 through 4 (of 4 total)
  • You can remove it with this custom css:

    .w-cart .w-cart-quantity {
      display:none;
    }
    

    The number is the number of items in the cart. This is quite normal practice and gives the customer some useful feedback about cart contents. I recommend you don’t remove the number.

    Thread Starter premier69

    (@premier69)

    thanks, I have a reason tho.

    see, i sell per meter and if you add 25m of one SKU and 40m of another and so on and so forth having an astronomical number showing is just useless.

    is the CSS trick you showed better than doing something in functions.php maybe?

    Looks like a theme cart. I wouldn’t expect a theme to have or to publish hooks to allow interventions, so css is the only practical way to for this.

    Thread Starter premier69

    (@premier69)

    Thank You!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove number next to menu cart icon’ is closed to new replies.