<div class="prodImgGrid small-12 columns"><a href="<?php echo $product->href; ?>">
<img id="catImg" src="<?php echo z_taxonomy_image_url($cats, array(320, 285)); ?>" class="image wp-post-image no-display" alt=" " title="<?php echo $term->name; ?>" itemprop="image">
</div>
- <div class="subCatGrid small-12 columns">
+<!-- <div class="subCatGrid small-12 columns">
<a href="<?php echo $cat->href . $term->term_id; ?>"><?php echo $term->name; ?></a>
- </div>
+ </div>-->
<div class="prodTitleGrid small-12 columns">
<a href="<?php echo $cat->href . $term->term_id; ?>"><strong><?php echo $term->name; ?></strong></a>
</div>