PDA

View Full Version : Journal Style....gallery pages: #?


Legacy
May-14-2007, 04:39 PM
Hi,

Here is the page in progress....http://legacyphotography-ky.smugmug.com/gallery/2846613/1/152724653. I do NOT want the "Gallery Pages: 1" to be on the top or bottom. I am sure you know how to eliminate it - can you tell me how? Thanks in advance again! I am a newbie & I hope to help out others as my knowledge expands!!!!

Thanks,
Lindsey

richW
May-14-2007, 04:46 PM
Either:

.gallery_2846613 .pageNav {display: none;}

or

.gallery_2846613 .pageNav {visibility: hidden;}

edit: You might also want to add:
.gallery_2846613 .play_slideshow {display: none;}

Legacy
May-14-2007, 05:24 PM
Either:

.gallery_2846613 .pageNav {display: none;}

or

.gallery_2846613 .pageNav {visibility: hidden;}

edit: You might also want to add:
.gallery_2846613 .play_slideshow {display: none;}

The first one worked! Thanks so much! I really appreciate it!