PDA

View Full Version : Changing text color on home page...


MT Stringer
May-30-2008, 02:13 PM
I've been looking but I can't figure out how to change the text color on the home page for "Most Popular Photos", "Featured Galleries" and Gallery Categories".

Currently it is black and needs to be a lighter color.

www.mtstringer.smugmug.com (http://www.mtstringer.smugmug.com)

All help is appreciated.
Thanks
Mike

denisegoldberg
May-31-2008, 03:14 PM
I've been looking but I can't figure out how to change the text color on the home page for "Most Popular Photos", "Featured Galleries" and Gallery Categories".

Currently it is black and needs to be a lighter color.

www.mtstringer.smugmug.com (http://www.mtstringer.smugmug.com)

All help is appreciated.
Thanks
Mike
See if this gets you closer to what you want:

#featuredTitle,
.homepage .title,
#categoryTitle,
#subCatGalleryTitle,
#galleryTitle {
color: #FFFFFF;
}
More color codes available at http://www.december.com/html/spec/color.html.

--- Denise

MT Stringer
May-31-2008, 08:56 PM
Thanks Denise. That works for me.
Mike


See if this gets you closer to what you want:

#featuredTitle,
.homepage .title,
#categoryTitle,
#subCatGalleryTitle,
#galleryTitle {
color: #FFFFFF;
}
More color codes available at http://www.december.com/html/spec/color.html.

--- Denise