Title underlines on non-frontpages
authorLaury GvR <laury@gaslightmedia.com>
Wed, 15 Oct 2014 14:15:54 +0000 (10:15 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 15 Oct 2014 14:15:54 +0000 (10:15 -0400)
css/app.css
front-page.php
scss/site/_structure.scss

index 5be640d..7b2b024 100644 (file)
@@ -5851,9 +5851,9 @@ aside#sidebar a {
   color: #f48228;
   font-weight: bold; }
 
-/*article header h1 {
-    border-bottom: solid 1px $secondary-color;
-}*/
+article header h1 {
+  border-bottom: solid 1px #f48228; }
+
 article h2 {
   color: #0568b3; }
 
index cb38176..76cebc0 100644 (file)
@@ -16,10 +16,11 @@ get_header(); ?>
         <?php while (have_posts()) : the_post(); ?>
             <article <?php post_class() ?> id="post-<?php the_ID(); ?>">
                 <header>
-                
-                <h1 class='entry-title'>
-                <?php if (!is_front_page() ) { echo the_title();} ?>
-                </h1>
+                <?php if (!is_front_page() ) { 
+                    echo "<h1 class='entry-title'>
+                    the_title(); 
+                    </h1>";
+                } ?>
                 </header>
                 <?php do_action('foundationPress_page_before_entry_content'); ?>
                 <div class="entry-content">
index b8b71f3..4b8f025 100644 (file)
@@ -315,9 +315,9 @@ aside#sidebar a {
     color: $secondary-color;
     font-weight: bold;
 }
-/*article header h1 {
+article header h1 {
     border-bottom: solid 1px $secondary-color;
-}*/
+}
 article h2 {
     color: $primary-color;
 }
@@ -551,6 +551,7 @@ article h2 {
     }
     #homepage_problem_solvers {
         text-align:center;
+        
     }
     #homepage_gallery {
         text-align:center;