Single.php sidebar title font change
authorLaury GvR <laury@gaslightmedia.com>
Thu, 12 Nov 2015 17:08:38 +0000 (12:08 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 12 Nov 2015 17:08:38 +0000 (12:08 -0500)
single.php

index 7bca705..be1fed1 100644 (file)
@@ -68,7 +68,7 @@
                         <input class="submit blogbutton" type="submit" name="submit" value="Search the Blog" />
                         <input type="hidden" name="searchType" value="blog" /> </div>
                     </form>
-                    <p>Recent Posts</p>
+                    <h5>Recent Posts</h5>
                     <ul>
                     <?php
                             $args = array( 'numberposts' => '5' );
@@ -78,9 +78,9 @@
                             }
                     ?>
                     </ul>
-                    <p>Archive</p>
+                    <h5>Archive</h5>
                     <ul><?php wp_get_archives( array( 'type' => 'monthly', 'limit' => 12 ) ); ?></ul>
-                    <p>Categories</p>
+                    <h5>Categories</h5>
                     <ul>
                         <?php
                         $args = array(