From e84b606c4dafcd32deb93f91f2e5e7e6cc516fac Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Thu, 8 Nov 2018 16:46:11 -0500 Subject: [PATCH] Changes to header link & social, slideshow text Client requests - Remove slideshow caption - Remove social icons from header - Add "Meet Here" link in the header --- css/app.css | 25 +++++++++---------------- header.php | 13 +++---------- scss/_page.header.scss | 16 +++++++++++++--- scss/_slideshow.scss | 25 ++++++++++++------------- style.css | 2 +- 5 files changed, 38 insertions(+), 43 deletions(-) diff --git a/css/app.css b/css/app.css index 4c9f38d..b922281 100644 --- a/css/app.css +++ b/css/app.css @@ -6729,11 +6729,15 @@ header#page-header { @media (max-width: 1055px) { header#page-header #top #logo img { padding-top: 50px; } } - header#page-header #top .social { + header#page-header #top .meet-here { position: absolute; - left: 0; } - header#page-header #top .social img { - margin: 0 3px; } + left: 0; + text-align: center; } + header#page-header #top .meet-here a { + color: white; + text-decoration: underline; } + header#page-header #top .social { + display: none !important; } header#page-header #top .search-top { position: absolute; right: 0; } @@ -7357,18 +7361,7 @@ main.search-results #head-img { text-align: right; } h2#slide-text { - font-family: 'Kaushan Script'; - font-size: 3rem; - color: #FFFFFF; - text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9); - position: relative; - margin-top: -130px; } - @media only screen and (min-width:40em) and (max-width:64em) { - h2#slide-text { - margin-top: -75px; } } - @media (max-width: 780px) { - h2#slide-text { - display: none; } } + display: none !important; } /* NextGen Gallery */ .ngg-gallery-thumbnail, .ngg-gallery-thumbnail-box { diff --git a/header.php b/header.php index b110246..84b635f 100644 --- a/header.php +++ b/header.php @@ -4,7 +4,7 @@ <?php wp_title(); ?> - + @@ -65,15 +65,8 @@ Note 2: 'Nb cols' parameter for Bootstrap only.