Home Forums WoodMart support forum i want to remove products counter in the cart

i want to remove products counter in the cart

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #324863

    torkey
    Participant

    I want to remove the products counter in the cart, because when I put items in the cart and back to the previous page it disappears until I refresh the page 🙁
    I hope I solve my problem and the cart refresh automatic when I back to the previous page.

    #324912

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .wd-header-cart.wd-design-2 .wd-cart-number {
    display: none;
    }

    Best Regards

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)