PDA

View Full Version : How to change the "Sub Categories" title color?


Ryan Armbrust
Sep-14-2008, 08:30 AM
I have managed to change all the colors with the exception of one, the sub- categories title.
Here is an example, I am wanting to change the Smuggy green to my dark gray.

http://sniperphoto.smugmug.com/The%20Kentucky%20Derby%20Festival

HELP!

As always, thanks.

denisegoldberg
Sep-14-2008, 09:52 AM
I have managed to change all the colors with the exception of one, the sub- categories title. I am wanting to change the Smuggy green to my dark gray.
This should get it (at least it does on web dev!):
#subCatGalleryTitle {
color: #595a5a;
}
--- Denise