From: Ian Weller Date: Fri, 4 Dec 2015 19:29:22 +0000 (-0500) Subject: caption should be gone now X-Git-Tag: v1.0.0^2~35 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=92f771e9ed7b40193d83c9d7de47e4dddd58e95d;p=WP-Themes%2Fupwatertrails.git caption should be gone now --- diff --git a/css/app.css b/css/app.css index e3dc239..a9f2b06 100644 --- a/css/app.css +++ b/css/app.css @@ -6749,17 +6749,17 @@ main { @media only screen and (min-width: 1025px) { #slideshow .slides img { min-height: 550px; } } - #slideshow #caption { + #slideshow .caption { background: rgba(0, 0, 0, 0.75); color: #FFFFFF; margin-top: -51px; } - #slideshow #caption p { + #slideshow .caption p { padding: 10px 5px; font-size: 12px; margin: 0; text-align: right; } @media only screen and (max-width: 1024px) { - #slideshow #caption { + #slideshow .caption { display: none; } } /* NextGen Gallery */ diff --git a/scss/_slideshow.scss b/scss/_slideshow.scss index 21fdb23..a000c35 100644 --- a/scss/_slideshow.scss +++ b/scss/_slideshow.scss @@ -31,7 +31,7 @@ } } } - #caption { + .caption { background: rgba(0, 0, 0, 0.75); color: $white; margin-top: -51px;