PDA

View Full Version : Captions


BlueSoul
Mar-12-2007, 08:36 PM
Hello,

I would like to use the "Traditional" style for my galleries.

Is it possible to disable the captions on the gallery page, and then keep the captions on the individual photo pages?

My site is http://stardust.smugmug.com/

http://stardust.smugmug.com/photos/135630590-O.jpg


http://stardust.smugmug.com/photos/135630704-O.jpg

Barb
Mar-12-2007, 08:47 PM
Hello,

I would like to use the "Traditional" style for my galleries.

Is it possible to disable the captions on the gallery page, and then keep the captions on the individual photo pages?

My site is http://stardust.smugmug.com/
Try this:

#traditional .caption {display: none;}

Place in your CSS code box.

BlueSoul
Mar-12-2007, 08:56 PM
Try this:

#traditional .caption {display: none;}

Place in your CSS code box. Thank you Barb! :clap :clap