From 1fc644ac1ceda5c0d1e78f15d175fb30507f7ef9 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 27 Jan 2016 14:30:55 -0500 Subject: [PATCH] testing topbar no background style --- css/app.css | 3 +++ scss/_topbar.scss | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) 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 -- 2.17.1