From f789726c808ebde13b04978cd614f585dfd68316 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Tue, 14 Feb 2017 08:41:39 -0500 Subject: [PATCH] using !important on display none to hide the front page slideshow captions --- css/app.css | 2 +- scss/plugins/_metaSlider.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 { -- 2.17.1