PDA

View Full Version : Changing color


Raspus
Jul-06-2007, 11:11 PM
Hello, I was wondering how I change the color of image captions. Also I'm trying to change the color of the links that alow you to change the size of the lightbox image (i.e. the "L", "S", and "O") , Currently you can't see them at all against a dark background. Heres an example: http://www.piattdesigns.com/BFQ.jpg
(my mouse is over the "L")

-Thanks

Mike Lane
Jul-07-2007, 01:21 AM
You can change that by adding the following to your CSS:
.caption {color:#f00;}
#lightBoxNav .foreground {color:#f00;}
#lightBoxNav a:link {color:#f00;}
Season to taste.

Hope that helps.

Raspus
Jul-07-2007, 01:59 AM
thanks a ton