Visual LightBox
Is it possible to change thumbnails opacity in jquery lightbox html content?
Q: Hello, thanks for a great product. Is there a way to make it so the thumbnails are not dimmed. When I scroll over them they come to full bright color but otherwise they look dim. I would like all the thumbs to be full color.
A: Yes, it's possible. You should open "vlightbox.css" file in any text editor (for example,
NotePad), find following lines:
#vlightbox a {
display: inline-block;
font-family: Trebuchet,Tahoma,Arial,sans-serif;
font-size: 11px;
font-weight: normal;
margin: 3px;
opacity: 0.87;
position: relative;
text-align: center;
vertical-align: top;
width: 184px;
}
and remove "opacity: 0.87;" line.