
Originally Posted by
lat9
As a distinction, what @idtags is seeing is the result of the mobile/tablet jQuery mmenu (mobile-menu) processing.
Those numbers aren't category counts per se, they're sub-link counts (e.g. the number at the end of the Categories link identifies the number of sub-links, ditto with the compressed "Information" sidebox which shows the number of links available).
You can hide those numbers' display via an update to your template's version of /css/jquery.mmenu.all.css, adding the following rule at the very bottom of the file:
Code:
.mm-menu em.mm-counter { display: none; }