PDA

View Full Version : Turning off Gallery Page Numbers


5D Shooter
Apr-16-2009, 10:31 PM
If you go to the following page, you will see that at the top and bottom of every gallery is the text "Gallery Pages:" followed by the page number.

http://www.positivelydigital.com/gallery/7908767_s4jgE

Is there anyway to turn this off on both the header and footer?

Sorry if this was answered before, but I didn't see it in my searching.

Thanks, Jim

denisegoldberg
Apr-17-2009, 02:45 AM
If you go to the following page, you will see that at the top and bottom of every gallery is the text "Gallery Pages:" followed by the page number.Is there anyway to turn this off on both the header and footer?
Add this to your CSS:
.gallery_7908767 .pageNav {
display: none;
}
--- Denise

5D Shooter
Apr-17-2009, 05:39 AM
Thanks Denise. That is exactly what I needed. :D

I appreciate your help.

Jim

scopar
Apr-21-2009, 02:18 AM
I just wanted to say thank you as well to Denise for this. I stole this little piece of code for my site :D

Regards,
Scott