removing test echo statements
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 19 Jun 2018 12:54:52 +0000 (08:54 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 19 Jun 2018 12:54:52 +0000 (08:54 -0400)
content-page.php
glm-dev/scss/_blog.scss

index 31c7345..5ead1ec 100644 (file)
@@ -5,7 +5,7 @@
  * @package accesspress_parallax
  */
 ?>
-LOLOL
+
 <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
        <header class="entry-header">
                <?php the_title( '<h1 class="entry-title">', '</h1>' ); ?>
index e39747e..aeef71d 100644 (file)
@@ -1,5 +1,5 @@
 html{
-    body.blog{
+    body.blog, blog.single{
         #page{
             #content{
                 padding-top: 190px !important;