PDA

View Full Version : removing gallery pages caption


cdhames
Aug-26-2006, 12:58 PM
Is there a way to remove the gallery pages caption for specific gallery pages? Here's the link to what I'm talking about:

http://cdhames.smugmug.com/gallery/1818110

This is what i have so far for my guestbook page. I uploaded a black, 1 pixel dot to get the "add comments" option to appear but I'd like to remove the green text that shows up twice on the page. Is there a way to do this?

javier.rinaldi
Aug-26-2006, 01:49 PM
Is there a way to remove the gallery pages caption for specific gallery pages? Here's the link to what I'm talking about:

http://cdhames.smugmug.com/gallery/1818110

This is what i have so far for my guestbook page. I uploaded a black, 1 pixel dot to get the "add comments" option to appear but I'd like to remove the green text that shows up twice on the page. Is there a way to do this?

the following will remove that, it's called the gallery navigation,
have you thought of adding the lens image to the gallery instead of the dot?

anyway, paste this to your css and it will be specific to this gallery


/*Guestbook Gallery Customization*/
.gallery_1818110 a img.imgBorder, .gallery_1818110 .imgBorder { border: none; }
.gallery_1818110 .pageNav { visibility: hidden; }

cdhames
Aug-26-2006, 05:14 PM
thank you sir. your help is well appreciated. :thumb:thumb:thumb