• Resolved nimbix

    (@nimbix)


    How can I remove the number of products that shows in the sidebar, to the right of each category name? I would like to remove all of these numbers.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi nimbix,

    You can hide that by adding the following custom CSS code to your catalogue:

    
    .prod-cat-sidebar-category-div label.upcp-label > span > span {
    display: none;
    }
    
    Thread Starter nimbix

    (@nimbix)

    I also removed the count to the right of subcategories by using this code:

    .prod-cat-sidebar-subcategory-div label.upcp-label > span > span {
    display: none;
    }

    Thank you!

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

The topic ‘Remove product count’ is closed to new replies.