From: Laury GvR Date: Thu, 16 Jun 2016 13:40:10 +0000 (-0400) Subject: Hiding the datepicker element at the footer X-Git-Tag: v1.1.28^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=bbfe254d99c702d48ec670f41120c517a8255b78;p=WP-Themes%2Fmountpleasantwow.git Hiding the datepicker element at the footer --- diff --git a/css/app.css b/css/app.css index 41ee6be..7f45a32 100644 --- a/css/app.css +++ b/css/app.css @@ -6546,7 +6546,8 @@ ul#sec-nav { content: none; } #ui-datepicker-div { - z-index: 6 !important; } + z-index: 6 !important; + display: none; } .contain-to-grid { box-shadow: 0 5px 10px -1px #999999; } diff --git a/scss/_page.header.scss b/scss/_page.header.scss index e87a9a3..36103b8 100644 --- a/scss/_page.header.scss +++ b/scss/_page.header.scss @@ -153,4 +153,7 @@ ul#sec-nav { } } } -#ui-datepicker-div {z-index: 6 !important;} +#ui-datepicker-div { + z-index: 6 !important; + display: none; +}