I would like to disable the number of products showing up in the category menu.
Please see attached image...
Unfortunately, you can't disable the quantity in Customization settings, but you can hide it with the help of CSS.
Ok i see and do you happen to know the CSS code to use?
Try this code .left-sidebar .cat-item .main-el-count{display:none;}
Awesome thank you very much that worked perfectly. I think you could include that option into the customizastion of the theme for others to enable or disable.