PDA

View Full Version : Hidden captions and navigation


{JT}
Sep-02-2005, 07:41 AM
So every gallery style on the site now has a caption above and below the photo; let's say you wanted to turn the above caption on for the single image view but not anywhere else in the site:

#singleImage .caption_top {
display: block;
}
#singleImage .caption_bottom {
display: none;
}


Also, smugmug and smugmug small have navigation hidden at the bottom of the page as well - you just need to turn it on:

#smugmug_small #albumNav_bottom, #smugmug #albumNav_bottom {
display: none;
}