PDA

View Full Version : Changing Font Colors in Captions + Removing Size Info


billhughlett
Dec-30-2006, 12:11 AM
Sorry if these have been covered but I can't seem to find anything that addresses them.

1 - how do I change the font color of the captions in my galleries? I'd like them to be a softer grey instead of black

2 - how do I remove the "other sizes" links?

Screenshot below hopefully explains this better. Thanks in advance for any help. All the best -

Bill
hhh.smugmug.com

http://hhh.smugmug.com/photos/119764403-M.jpg

richW
Dec-30-2006, 01:41 AM
Try this in your css section:
#caption_bottom {color: #B3B3B3;}
#exifOtherSizes {display: none;}
If you don't already have Firefox (http://www.mozilla.com/en-US/firefox/)and webdev (http://chrispederick.com/work/webdeveloper/), you might want to get them.
They are great tools...tutorial by:ivar
(http://dgrin.smugmug.com/gallery/1354921)

billhughlett
Dec-30-2006, 09:04 AM
Try this in your css section:
#caption_bottom {color: #B3B3B3;}
#exifOtherSizes {display: none;}
If you don't already have Firefox (http://www.mozilla.com/en-US/firefox/)and webdev (http://chrispederick.com/work/webdeveloper/), you might want to get them.
They are great tools...tutorial by:ivar
(http://dgrin.smugmug.com/gallery/1354921)

This worked great Rich, thanks. And thanks for reinforcing the FF webdev tool....it's an amazing resource and I actually had gotten in the neighborhood of your solution using it but am still kind of low on the learning curve. Thanks again -

Bill