I changed the font tag and style
authorIan Weller <ian@gaslightmedia.com>
Wed, 29 Mar 2017 18:06:59 +0000 (14:06 -0400)
committerIan Weller <ian@gaslightmedia.com>
Wed, 29 Mar 2017 18:06:59 +0000 (14:06 -0400)
In the side nav I changed the font tag to h2 and took out the font size
style in the stylesheets.

css/app.css
functions.php
scss/_main.scss

index cb2478d..cd2e1ee 100644 (file)
@@ -6991,8 +6991,7 @@ main#golf-template #content-wrapper {
   top: 0; }
 main#golf-template #quicknav {
   background: #690433; }
-  main#golf-template #quicknav h1 {
-    font-size: 1.375rem;
+  main#golf-template #quicknav h2 {
     color: #FFFFFF; }
   main#golf-template #quicknav ul.sidenav {
     list-style: none;
index 66cecbe..81aa646 100644 (file)
@@ -417,7 +417,7 @@ function glm_side_menu() {
     } else {
         $ID = $parent->ID;
     }
-    echo '<h1>MI Centeral Swing Golf</h1>';
+    echo '<h2>MI Centeral Swing Golf</h2>';
     echo '<ul class="sidenav"><!-- begin -->'."\n";
     echo wp_list_pages( 'child_of='.$ID.'&title_li=&depth=1&echo=0');
     echo '</ul><!-- end -->'."\n";
index 254b2f3..3938bcb 100644 (file)
@@ -381,8 +381,8 @@ main#golf-template{
     }
     #quicknav {
         background: $maroon;
-        h1 {
-            font-size: rem-calc(22);
+        h2 {
+//            font-size: rem-calc(22);
             color: $white;
         }
         ul.sidenav {