From: Anthony Talarico Date: Tue, 14 Feb 2017 13:41:39 +0000 (-0500) Subject: using !important on display none to hide the front page slideshow captions X-Git-Tag: v1.0.0^2~11 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=f789726c808ebde13b04978cd614f585dfd68316;p=WP-Themes%2Funiversitycenter.git using !important on display none to hide the front page slideshow captions --- diff --git a/css/app.css b/css/app.css index 9d78caf..dccc965 100644 --- a/css/app.css +++ b/css/app.css @@ -6697,7 +6697,7 @@ a:hover { /* dates, days or months at the top of each column (sun, mon, tue, wed, thur, fri, sat) */ } body .nivo-caption { - display: none; } + display: none !important; } #content-wrapper #glm-acf-first { background-color: #81bbce; } diff --git a/scss/plugins/_metaSlider.scss b/scss/plugins/_metaSlider.scss index 04d9904..a7f3bf0 100644 --- a/scss/plugins/_metaSlider.scss +++ b/scss/plugins/_metaSlider.scss @@ -1,5 +1,5 @@ body .nivo-caption{ - display: none; + display: none !important; } //#slideshow { // .theme-default .nivo-directionNav a {