From: Steve Sutton Date: Fri, 3 Oct 2014 14:51:23 +0000 (-0400) Subject: Updates X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=a59868f8b915c0a060e9b56cd35d2163225747d6;p=web%2FWP-Theme-GaslightMedia.git Updates Full page for the home. update nav text size --- diff --git a/css/app.css b/css/app.css index ce18165..3475917 100644 --- a/css/app.css +++ b/css/app.css @@ -13725,6 +13725,10 @@ aside.left-off-canvas-menu ul.off-canvas-list li > ul.open { .top-bar-container, .tab-bar { margin-bottom: 2rem; } +#menu-menu-1 .dropdown li a { + font-size: 12px; + font-weight: bold; } + #wpadminbar { position: fixed !important; } @@ -13740,11 +13744,9 @@ aside.left-off-canvas-menu ul.off-canvas-list li > ul.open { background: #0568b3; } .top-bar-section li.active:not(.has-form) a:not(.button) { - /*background: #272727;*/ background: #0568b3; } .top-bar-section li.active:not(.has-form) a:hover:not(.button) { - /*background: #202020;*/ background: #0568b3; } @media only screen and (min-width:40.063em) { diff --git a/header.php b/header.php index 5be5c4f..fb22f8b 100644 --- a/header.php +++ b/header.php @@ -59,12 +59,12 @@
-
+
877-427-5444
-
+
-
+
@@ -36,6 +36,5 @@ get_header(); ?>
-
diff --git a/scss/site/_structure.scss b/scss/site/_structure.scss index bce816a..84048e1 100644 --- a/scss/site/_structure.scss +++ b/scss/site/_structure.scss @@ -285,6 +285,10 @@ aside.left-off-canvas-menu ul.off-canvas-list li > ul.open { .top-bar-container, .tab-bar { margin-bottom: rem-calc(32); } +#menu-menu-1 .dropdown li a { + font-size: 12px; + font-weight: bold; +} // Fix the issue where the WP adminbar overlaps the mobile menu #wpadminbar { @@ -308,11 +312,9 @@ aside.left-off-canvas-menu ul.off-canvas-list li > ul.open { } // A more subtle background color for the active menu item .top-bar-section li.active:not(.has-form) a:not(.button) { - /*background: #272727;*/ background: #0568B3; } .top-bar-section li.active:not(.has-form) a:hover:not(.button) { - /*background: #202020;*/ background: #0568B3; }