I found answer for my question here.
I was not sure how to make precision link to particular posting, so I pasted it below as is:
"Quote Originally Posted by DrByte View Post
I realize you asked specifically about the Mobile Menu, so I will assume that you've already turned off Category Counts here: https://www.zen-cart.com/content.php?198
And, doing that DOES turn off the Category Counts, even in the mobile menu.
But you're probably referring to the "sub-menu counter" that gives an indicator about how many sub-links are available in each sub-level in the mobile-specific menu.
So, to turn off the counts of how many sub-levels are available in the whole mobile-menu, edit /includes/templates/YOUR_RESPONSIVE_TEMPLATE/templates/tpl_modules_mobile_menu.php:
Line 159:
Code:
counters: true
... change that to false, and ALL sub-level indicators will no longer have ANY counters. Be sure you assess whether you really want that turned off"
I tested it, it works as described. It fixed the same issue in Tablet mode as well.
Thank you everybody for the effort to help.![]()
Couple of things: precision link is available "typically" by copying the link from the post number at the right top corner of the specific post (for example the above post is post #12: https://www.zen-cart.com/showthread....55#post1338655).
For future testing on your own (obviously the forum is available to support/provide additional information), you could put your "desktop" into a mode such as for mobile or tablet by adding the layoutType parameter to your uri such as &layoutType=mobile or &layoutType=tablet. Tablet can do the same for mobile, but mobile is "stuck" as mobile. To "reset" you can include the parameter but with no right side value. What that does (like what I did a few minutes ago, absent of seeing any other's posts) was to navigate to the page, set the browser to act like one of the "smaller" devices, inspected the mobile menu, found that there was javascript associated and then was able to find the specific switch that was described above. Now back to updating a website.
ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...