changing nivo caption to transparent in mobile view
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 9 Dec 2015 20:04:31 +0000 (15:04 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 9 Dec 2015 20:04:31 +0000 (15:04 -0500)
style.css

index eec39fd..a40c608 100644 (file)
--- a/style.css
+++ b/style.css
@@ -38,6 +38,12 @@ Text Domain: galleria
 .single-product div.product .woocommerce-tabs{
     display: none;
 }
+@media (min-width: 320px) and (min-width: 800px ){
+    .nivo-slider{
+        background: transparent !important;
+    }
+}
+
 .nivo-caption{
     background: rgb(99, 133, 73) !important;
     position: inherit !important;