PDA

View Full Version : Filenames - change font color?


wetbarn
Feb-22-2007, 06:59 AM
I have need to display both captions and filenames below gallery images.

As the actual file name is grayed out and sometimes difficult to read on a Carbonite background, I would like to change the font color.

The word "filename" can be modified with "#fileNameBox .title", but I am unsuccessful in my efforts to specifically target the actual file name.
(see http://wetbarn.smugmug.com/gallery/1761855#87367540 as an example)

Anyone have any experience or ideas on this?

Second question: Is it possible to display captions AND filenames during single images views?

Thanks in advance for any help.

Wetbarn

richW
Feb-22-2007, 07:19 AM
As the actual file name is grayed out and sometimes difficult to read on a Carbonite background, I would like to change the font color.

#fileNameBoxWrapper .bottom_border {color: #95ADBF;}

Second question: Is it possible to display captions AND filenames during single images views Do you mean while viewing with the Lightbox?

wetbarn
Feb-22-2007, 07:58 AM
#fileNameBoxWrapper .bottom_border {color: #95ADBF;}

Do you mean while viewing with the Lightbox?

Thank you Rich, for resolving the first!

I would like to have the filename visible at all times, but specifically when a gallery image is viewed individually by clicking on the image or selecting a size from the fly-out. Am I making sense?

wetbarn

richW
Feb-22-2007, 08:47 AM
Thank you Rich, for resolving the first!

I would like to have the filename visible at all times, but specifically when a gallery image is viewed individually by clicking on the image or selecting a size from the fly-out. Am I making sense?
wetbarn
I don't think the lightbox will show the file names. I looked through the css and couldn't find any reference to file names. I could be wrong..

wetbarn
Feb-22-2007, 11:14 AM
I don't think the lightbox will show the file names. I looked through the css and couldn't find any reference to file names. I could be wrong..

I suppose I should visit the forums more often... I finally figured out what you were referring to: the "lightbox". Now that I know the lightbox by its proper name and could research further, I am in agreement with your assessment that file names are not viewable in the lightbox.

If I am wrong, I hope to be corrected.

Thanks again Rich!

Wetbarn