From a61340eec0cbc4d85e8d1f81a93a6f4159377454 Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Wed, 29 Mar 2017 14:06:59 -0400 Subject: [PATCH] I changed the font tag and style In the side nav I changed the font tag to h2 and took out the font size style in the stylesheets. --- css/app.css | 3 +-- functions.php | 2 +- scss/_main.scss | 4 ++-- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/css/app.css b/css/app.css index cb2478d..cd2e1ee 100644 --- a/css/app.css +++ b/css/app.css @@ -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; diff --git a/functions.php b/functions.php index 66cecbe..81aa646 100644 --- a/functions.php +++ b/functions.php @@ -417,7 +417,7 @@ function glm_side_menu() { } else { $ID = $parent->ID; } - echo '

MI Centeral Swing Golf

'; + echo '

MI Centeral Swing Golf

'; echo ''."\n"; diff --git a/scss/_main.scss b/scss/_main.scss index 254b2f3..3938bcb 100644 --- a/scss/_main.scss +++ b/scss/_main.scss @@ -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 { -- 2.17.1