using !important on display none to hide the front page slideshow captions
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 14 Feb 2017 13:41:39 +0000 (08:41 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 14 Feb 2017 13:41:39 +0000 (08:41 -0500)
css/app.css
scss/plugins/_metaSlider.scss

index 9d78caf..dccc965 100644 (file)
@@ -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; }
index 04d9904..a7f3bf0 100644 (file)
@@ -1,5 +1,5 @@
 body .nivo-caption{
-    display: none;
+    display: none !important;
 }
 //#slideshow {
 //    .theme-default .nivo-directionNav a {