Find this section in the lightbox.css file and add the highlighted line:
Code:
#imageData{ padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold; }
#imageData #caption a { color: #333; }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em; }
#imageData #bottomNavClose{ width . . .
You may use any valid css color value of your choice in place of #333 (a dark gray). You may also use other valid property/value pairs to define other styles for these links. The link pseudo classes may also be employed.
Bookmarks