From: Anthony Talarico Date: Wed, 9 Dec 2015 20:04:31 +0000 (-0500) Subject: changing nivo caption to transparent in mobile view X-Git-Tag: v1.0.0^2~46 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=7bb4590bf7952a9fe3a020f091241d2336778b17;p=WP-Themes%2Fthemoleholeonline.git changing nivo caption to transparent in mobile view --- diff --git a/style.css b/style.css index eec39fd..a40c608 100644 --- 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;