adjusting header for subcat output and added id for future styling
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 14 Jan 2016 15:15:35 +0000 (10:15 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 14 Jan 2016 15:15:35 +0000 (10:15 -0500)
views/list_products.php

index ca8c0fd..c001c8e 100644 (file)
@@ -1,7 +1,7 @@
 <?php if(!isset($_COOKIE['view']) || $_COOKIE['view'] == "grid"){ ?>
  <?php $cat_id = $_REQUEST[MICHSCI_CATEGORY_NAME]; ?>
 <?php $term = get_term($cat_id, MICHSCI_CATEGORY_NAME); ?>
-<?php echo '<h3>' . $term->name . '</h3>'; ?>
+<?php echo '<h1 id="catTitleOutput">' . $term->name . '</h1>'; ?>
 <?php get_template_part('parts/sidebar-l'); ?>
     <div id="gridView" class="row">
     <?php