PDA

View Full Version : Subcategory Text Color


hockeytown74
Jan-13-2009, 08:58 AM
My text is white on all of my galleries when I go into a subcategory such as friends and family. I want it to be the same as the navbar and subcategory text. my site is www.hockeytown.smugmug.com (http://www.hockeytown.smugmug.com)

J Allen
Jan-13-2009, 09:13 AM
Try this:

.miniBox .albumTitle a.nav {color:#8B7E66 !important;}

J Allen
Jan-13-2009, 09:34 AM
See if you like this also, changes white text in your galleries. I think there's a simpler way to do this but this works.

#pageNavigation_top,
.title,a.nav
{color:#8B7E66!important;}

hockeytown74
Jan-13-2009, 01:44 PM
See if you like this also, changes white text in your galleries. I think there's a simpler way to do this but this works.

#pageNavigation_top,
.title,a.nav
{color:#8B7E66!important;}


Thanks for the help again.