I am currently using Lightbox Plus. I made some changes to the link colors in the Lightbox.min.css file:
.lightbox a{
color: #E74C3C;
}
.lightbox a:hover{
color:white;
}
.lightboxOverlay a:{
color: #E74C3C;
}
.lightboxOverlay a:hover{
color:white;
}
Issue: The color change I made does not seem to affect the link color under the Lightbox image. The link color remains as #44aaee.
I searched through the source files for this color but couldn't find it. How can I successfully change the link color? Any assistance would be greatly appreciated.