From 7bb4590bf7952a9fe3a020f091241d2336778b17 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 9 Dec 2015 15:04:31 -0500 Subject: [PATCH] changing nivo caption to transparent in mobile view --- style.css | 6 ++++++ 1 file changed, 6 insertions(+) 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; -- 2.17.1