PDA

View Full Version : Image Titles only when image is clicked on


chipphillips
Sep-11-2008, 03:48 PM
I was hoping someone could help me configure my website so that in the "traditional" format, the thumbs would appear by themselves(inside the galleries) and only when clicked on, they would display the title(when they appear by themselves on a separate page.) Thanks very much! Chip
chipphillipsphotography.com
P.S.-If not, maybe someone could show me how to change the font and color of the titles. They appear pretty bright and cluttery. I like to keep things as simple as possible.

Allen
Sep-11-2008, 04:05 PM
I was hoping someone could help me configure my website so that in the "traditional" format, the thumbs would appear by themselves(inside the galleries) and only when clicked on, they would display the title(when they appear by themselves on a separate page.) Thanks very much! Chip
chipphillipsphotography.com
P.S.-If not, maybe someone could show me how to change the font and color of the titles. They appear pretty bright and cluttery. I like to keep things as simple as possible.
Have a link to a traditional gallery with captions? Can probably add CSS to
hide on that page and still show on singleimage page.

chipphillips
Sep-11-2008, 04:12 PM
Should I go through and add captions to all of the images in the galleries?
Thanks for the response. Chip

Here's a gallery link with captions:
http://chipphillipsphotography.smugmug.com/gallery/3810895_nWMMy

Maybe if I could just change the font, and darken the color to gray it would be fine.
It would be cool if I could darken the color to the same gray under my front page thumbs as well.
Thanks Allen.

Allen
Sep-11-2008, 05:12 PM
Should I go through and add captions to all of the images in the galleries?
Thanks for the response. Chip

Here's a gallery link with captions:
http://chipphillipsphotography.smugmug.com/gallery/3810895_nWMMy

Maybe if I could just change the font, and darken the color to gray it would be fine.
It would be cool if I could darken the color to the same gray under my front page thumbs as well.
Thanks Allen.
Add this to CSS and poof they're gone and still show on the single image page.

#traditional .caption {display: none;}

or add a color change

#traditional .caption {color: red;}

chipphillips
Sep-11-2008, 05:24 PM
Add this to CSS and poof they're gone and still show on the single image page.

#traditional .caption {display: none;}

or add a color change

#traditional .caption {color: red;}



Very cool. Thanks so much Allen!