From d830137ebe0474acd23dd0a4123abf71b995ae22 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 9 Dec 2015 15:21:12 -0500 Subject: [PATCH] adjusting background color --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 18d88af..03d59a0 100644 --- a/style.css +++ b/style.css @@ -39,12 +39,12 @@ Text Domain: galleria display: none; } @media (max-width: 800px ){ - .nivo-caption{ + .theme-default .nivo-caption{ background: transparent !important; } } -.nivo-caption{ +.theme-default .nivo-caption{ background: rgb(99, 133, 73); position: inherit !important; } -- 2.17.1