PDA

View Full Version : Removing "Customizer" Link *and* Keeping < Prev 1 of 601 Next >


Zebleys
Aug-04-2009, 03:58 AM
http://zebleysphotography.smugmug.com/gallery/8496581_CtzcH#508142599_eqmeH

I remove the links at the top of the page that reads
Zebleysphotography > Customizer > Portraits with the following code ...

/* get rid of gallery page navigation in About Me page */
.gallery_8496581 .albumNav {display:none;}
/* get rid of breadcrumb and slideshow button in About Me page */
.gallery_8496581 #breadcrumb {display:none;}
.gallery_8496581 .albumNav {
display: none;
}

When using this code, it also removes the number of the photographs you are viewing. For instance < Prev 1 of 601 Next >

What I'm wanting to remain on ALL my pages:
Zebleysphotography > Portraits (Customizer removed)
*and*
< Prev 1 of 601 Next > (above each photo)

Any suggestions?

Thanks,
Julie