From: Ian Weller Date: Thu, 6 Apr 2017 14:17:44 +0000 (-0400) Subject: I made a few of the asked changes X-Git-Tag: v1.2.22^2~15 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=27972bf2f99a2877d4b06be521dc9b2f0d7ce2d1;p=WP-Themes%2Fmountpleasantwow.git I made a few of the asked changes I took out the left side navigation and I tookout the styles that placed the centeral swing logo in the navigation. --- diff --git a/css/app.css b/css/app.css index 7672bd3..63a3dd9 100644 --- a/css/app.css +++ b/css/app.css @@ -6608,29 +6608,6 @@ ul#sec-nav { border-top-right-radius: 10px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; } - .top-bar-section ul li:last-child:not(.has-form) { - top: -67px; } - .top-bar-section ul li:last-child:not(.has-form) a:not(.button) { - background-image: url(../assets/central-swing-nav-graphic.png); - background-position: top center; - background-repeat: no-repeat; - color: transparent; - width: 220px; - min-height: 107px; } - .top-bar-section ul li:last-child:not(.has-form) a:not(.button):hover { - width: 220px; - background: #1479b0; - color: transparent; - background-image: url(../assets/central-swing-nav-graphic.png); - background-position: top center; - background-repeat: no-repeat; } - .top-bar-section ul li:last-child:not(.has-form) .dropdown li { - top: auto; } - .top-bar-section ul li:last-child:not(.has-form) .dropdown li a { - min-height: 0; - width: 100%; } - .top-bar-section ul li:last-child:not(.has-form) .dropdown li.active:not(.has-form) a:not(.button) { - background: transparent; } .top-bar-section ul li .dropdown { z-index: 1; position: relative; @@ -6697,9 +6674,6 @@ ul#sec-nav { text-transform: none; } .top-bar-section ul li .dropdown li.active:not(.has-form) a:not(.button):hover { background: transparent; } - .top-bar-section ul li .dropdown li:last-child { - top: auto; - height: auto; } .top-bar-section ul li.drop-left > .dropdown { right: 0 !important; left: auto !important; diff --git a/page-golf-template.php b/page-golf-template.php index 0e4030c..7c9a628 100644 --- a/page-golf-template.php +++ b/page-golf-template.php @@ -33,10 +33,7 @@ ?>
-
- -
-
+
diff --git a/scss/_topbar.scss b/scss/_topbar.scss index c76ee01..bc37a07 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -75,39 +75,6 @@ } } } - &:last-child { - &:not(.has-form) { - top: -67px; - a:not(.button) { - background-image: url(../assets/central-swing-nav-graphic.png); - background-position: top center; - background-repeat: no-repeat; - color: transparent; - width: 220px; - min-height: 107px; - &:hover { - width: 220px; - background: $blue; - color: transparent; - background-image: url(../assets/central-swing-nav-graphic.png); - background-position: top center; - background-repeat: no-repeat; - } - } - .dropdown { - li { - top: auto; - a { - min-height: 0; - width: 100%; - } - &.active:not(.has-form) a:not(.button) { - background: transparent; - } - } - } - } - } .dropdown { z-index: 1; position: relative; @@ -189,16 +156,6 @@ background: transparent; } } - &:last-child { - top: auto; - height: auto; -// a { -// color: $black; -// &:hover { -// color: $blue; -// } -// } - } } } &.drop-left > .dropdown {