PDA

View Full Version : Changing fonts


plharg
Aug-06-2006, 07:05 AM
Is there a way to change the fonts? When I open a gallery, say this one:
http://patriciagphotography.smugmug.com/gallery/1729085

I think it would work better if the

Celebrate Your Family and Bring a Smile to a Needy Child! were in something different. Any ideas??

Thanks!
Patricia

Andy
Aug-07-2006, 07:59 AM
Is there a way to change the fonts? When I open a gallery, say this one:
http://patriciagphotography.smugmug.com/gallery/1729085

I think it would work better if the

Celebrate Your Family and Bring a Smile to a Needy Child! were in something different. Any ideas??

Thanks!
Patricia
Hi Patricia,

For your whole site:

#albumDescription {
color: red;
}

For just this galley:

.gallery_1729085 #albumDescription {
color: red;
}

"red" can be any color you like, incluing any #XXXXXX hex color code.