@oluwatohbee
Sorry, go to file:
oc-content/themes/zara/inc.category.php
Remove block:
<span>
<?php if(osc_category_total_items() == '' or osc_category_total_items() == 0) { ?>
<?php _e('there are no listings yet', 'zara'); ?>
<?php } else { ?>
<?php _e('browse in', 'zara'); ?> <?php echo osc_category_total_items(); ?> <?php _e('listings', 'zara'); ?>
<?php } ?>
</span>