From: Anthony Talarico Date: Fri, 13 Apr 2018 19:28:07 +0000 (-0400) Subject: fixing transparency for the sticky header X-Git-Tag: v1.0.0^2~16 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=f78ca9aa618713ac853e4716f6926fd5e8c7e14a;p=WP-Themes%2Fnpoint.git fixing transparency for the sticky header --- diff --git a/style.css b/style.css index 7be7ee3..dc549fe 100644 --- a/style.css +++ b/style.css @@ -1196,7 +1196,7 @@ Main Header width: 100%; z-index: 99999; /* background-color: rgba(21, 32, 61, 0.7); */ - background-color: rgba(255,255,255, 0.7); + background-color: rgba(255,255,255, 0.85); padding: 10px 0; border-bottom: 3px solid #15203d; position: relative; @@ -1300,7 +1300,7 @@ body.parallax-on .wpcf7-not-valid-tip { .main-navigation a { display: block; text-decoration: none; - color: #333; + color: #15203d; } .main-navigation ul ul {