From: Anthony Talarico Date: Wed, 27 Jan 2016 19:30:55 +0000 (-0500) Subject: testing topbar no background style X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=1fc644ac1ceda5c0d1e78f15d175fb30507f7ef9;p=WP-Themes%2Fglmthemes%2Fsaultstemarie-theme.git testing topbar no background style --- diff --git a/css/app.css b/css/app.css index 1c0743b..847ba97 100644 --- a/css/app.css +++ b/css/app.css @@ -6621,6 +6621,9 @@ header { #headerLinks > ul#menu-top-menu > li.menu-item > ul.dropdown { margin-left: 5px; } +.top-bar-section li:not(.has-form) a:not(.button) { + background: none; } + @media screen and (max-width: 1024px) { main.page-front { padding: 0; } } diff --git a/scss/_topbar.scss b/scss/_topbar.scss index d7d3695..454c36e 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -59,7 +59,7 @@ } &:not(.has-form) { & > a:not(.button) { -// background: transparent; +// background: transparent !important; padding: 20.5px 5px; line-height: 1.4; font-size: rem-calc(19); @@ -245,4 +245,7 @@ } ul#menu-menu-2 > li:not(.has-form) a:not(.button){ +} +.top-bar-section li:not(.has-form) a:not(.button){ + background: none; } \ No newline at end of file