@mb themes,
if i want to hide the category count listing, i would remove this line from inc.category.php
<div class="count"><?php echo (osc_category()['i_num_items'] > 0 ? sprintf(__('%s listings', 'beta'), osc_category()['i_num_items']) : ' '); ?></div>
how would you do ?.