changed entry header to h3
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 16 Dec 2015 15:15:16 +0000 (10:15 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 16 Dec 2015 15:15:16 +0000 (10:15 -0500)
archive-miproduct.php

index be568b6..0fe0d32 100644 (file)
@@ -38,7 +38,7 @@
                         <?php $thumbnail = get_the_post_thumbnail($post->ID, 'blog-feed-front'); ?>
                         <?php echo $thumbnail; ?>
                         <header class="entry-header">
-                         <h1 class="entry-title"><a href="<?php the_permalink(); ?>"><?php the_title();?></a></h1>
+                         <h3 class="entry-title"><a href="<?php the_permalink(); ?>"><?php the_title();?></a></h3>
                          <h3> <?php the_category(); ?></h3>
                 <!--                            <span class="meta date"><?php //the_time('F jS, Y') ?></span>-->
                 </header>