Is there anyone who knows how to change the white border when you click on a gallery image in WEEBLY. I know how to change the border color of the gallery images before you click on them. this is arranged in the css like this:
/* Gallery ---------------*/
.galleryCaptionHolderInnerBg {
background:rgba(209,38,38,0.75);
opacity: 1;
}
.galleryImageHolder .galleryCaptionInnerText {
text-transform:uppercase;
text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.157);
font-size: 18px;
font-family: 'Source Sans Pro', sans-serif;
margin: 30px auto;
font-weight: 500;
}
.galleryImageHolder {
border-radius: 3px;
z-index: 1;
}
.fullImageGalleryCaption {
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
i beleive LIghtbox is used for the popup image.... here is the example page where the problem occurs: http://stanowicki.weebly.com/zwart--wit.html just click on a image and see the ugly white border
Thanks for the help