PDA

View Full Version : hiding "gallery pages: 1"


dogwood
Jun-25-2007, 03:19 PM
Okay, I've searched, I've looked in the FAQ, I've tried:

.gallery_xxxx .pageNav { display: none; }

and

.gallery_xxxx .nav { display: none; }


but I can't quite seem to get the "gallery pages: 1" to disappear on a journal style gallery.

I know this is a basic, basic, basic question... but any help would be appreciated. Also, just for future reference, how do I find something like this in a search?

Allen
Jun-25-2007, 03:57 PM
Okay, I've searched, I've looked in the FAQ, I've tried:



and



but I can't quite seem to get the "gallery pages: 1" to disappear on a journal style gallery.

I know this is a basic, basic, basic question... but any help would be appreciated. Also, just for future reference, how do I find something like this in a search? Try these instead for your Services gallery.

.gallery_2712938 #albumNav_top,
.gallery_2712938 #albumNav_bottom {display: none;}

dogwood
Jun-25-2007, 05:29 PM
Try these instead for your Services gallery.

.gallery_2712938 #albumNav_top,
.gallery_2712938 #albumNav_bottom {display: none;}

Thanks but that didn't do it either. Anyone else? :scratch

Here's the gallery:

http://www.petespringer.com/gallery/2712938

Allen
Jun-25-2007, 06:13 PM
Thanks but that didn't do it either. Anyone else? :scratch

Here's the gallery:

http://www.petespringer.com/gallery/2712938 It does too!:D
This is what you put in.

.gallery_2712938 #albumNav_top { display; none; },
.gallery_2712938 #albumNav_bottom { display: none; }

See the difference?

.gallery_2712938 #albumNav_top,
.gallery_2712938 #albumNav_bottom {display: none;}

dogwood
Jun-25-2007, 06:27 PM
It does too!:D
This is what you put in.

.gallery_2712938 #albumNav_top { display; none; },
.gallery_2712938 #albumNav_bottom { display: none; }

See the difference?

.gallery_2712938 #albumNav_top,
.gallery_2712938 #albumNav_bottom {display: none;}
I see the difference, but now I can't get into my control panel! :cry

I'll try it in FF edit css -- yup, you're right (but you knew that, Al)! Now if only I could actually put it into my page code!

EDIT: course right after I posted, the control panel came up (it only took five minutes!)