PDA

View Full Version : How do I remove "<Prev xx of xxx Next>" Photo Navigation from my galleries?


Distant Light
Dec-23-2008, 09:47 AM
I would like to remove the standard photo navigation text from the top of my smugmug style gallery pages. I have seen many posts that provide text that removes the whole top, but unfortunately, that removes everything, page navigation, "buy" button, etc...

I only want to remove the words related to photo navigation while leaving everything else intact - can someone help?

Allen
Dec-23-2008, 09:51 AM
I would like to remove the standard photo navigation text from the top of my smugmug style gallery pages. I have seen many posts that provide text that removes the whole top, but unfortunately, that removes everything, page navigation, "buy" button, etc...

I only want to remove the words related to photo navigation while leaving everything else intact - can someone help?
See if this in CSS does it.

#photoNavTop {display: none;}

Distant Light
Dec-23-2008, 09:54 AM
See if this in CSS does it.

#photoNavTop {display: none;}

Thanks Allen - I thought I had tried that as I remember pasting that code in from another thread - I must have had something wroong in the syntax - that did it !

Thanks -