From: Laury GvR Date: Fri, 12 May 2017 13:44:52 +0000 (-0400) Subject: Header dropdown overlay, clickable images X-Git-Tag: v1.0.0^2~15 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=4e1160ae9185242edb0e9fc25924ab8badeeebd1;p=WP-Themes%2Fpetoskey.git Header dropdown overlay, clickable images In the top-bar, the images have been made clickable like their corresponding links. They also have a hover-overlay effect. Footer text has also been updated by the action items. --- diff --git a/css/app.css b/css/app.css index 0e77390..47f5074 100644 --- a/css/app.css +++ b/css/app.css @@ -6447,17 +6447,30 @@ header { width: 100%; background: #FFFFFF; } .top-bar-section ul li.menu-icon ul.dropdown li { + margin-bottom: 44px; width: 25%; } .top-bar-section ul li.menu-icon ul.dropdown li a { + background-color: transparent; + height: 300px; + min-width: 200px; + position: absolute; text-align: center; - min-width: 200px; } + top: 10px; } .top-bar-section ul li.menu-icon ul.dropdown li a::after { display: none; } - .top-bar-section ul li.menu-icon ul.dropdown li:not(.has-form):not(.active) > a:not(.button) { - background: #374343; - margin-top: -7px; } + .top-bar-section ul li.menu-icon ul.dropdown li:not(.has-form) > a:not(.button) { + background: transparent; } + .top-bar-section ul li.menu-icon ul.dropdown li:not(.has-form) > a:not(.button) span { + background: #374343; + bottom: -50px; + left: 0; + /* margin-top: -7px;*/ + position: absolute; + width: 100%; } .top-bar-section ul li.menu-icon ul.dropdown li.active:not(.has-form) a:not(.button) { - margin-top: -7px; } + /* margin-top: -7px;*/ } + .top-bar-section ul li.menu-icon ul.dropdown li:hover:not(.has-form) > a:not(.button) { + background: rgba(0, 0, 0, 0.5); } .top-bar-section ul li.drop-left > .dropdown { right: 0 !important; left: auto !important; diff --git a/footer.php b/footer.php index 53cebc6..6035acf 100644 --- a/footer.php +++ b/footer.php @@ -1,6 +1,6 @@ - - + +