diff --git a/src/wp-content/themes/originalhouse/colorbox.css b/src/wp-content/themes/originalhouse/colorbox.css index 55eebb0..93640e4 100644 --- a/src/wp-content/themes/originalhouse/colorbox.css +++ b/src/wp-content/themes/originalhouse/colorbox.css @@ -24,7 +24,7 @@ #cboxBottomCenter{height:30px; background:#000;} #cboxLoadedContent{background:#000; padding:5px;} #cboxTitle{position:absolute; bottom:-25px; left:5px; color:#ccc; background:#000; width: 95%;} - #cboxCurrent{position:absolute; bottom:-25px; right:35px; color:#ccc; } + #cboxCurrent{position:absolute; bottom:-25px; right:35px; color:#ccc; display: none!important;} #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;} #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-41px; background-image: url(data:image/gif;base64,AAAA); width:49%; height:100%; text-indent:-9999px;} #cboxPrevious.hover{background-position:bottom left; background:url(images/prevblack.png) top left no-repeat;}