dogwood
Apr-14-2006, 09:05 PM
I've been messing with webdeveloper and editing my CSS and cannot figure this out on this gallery-- even removing CSS line by line:
http://petespringer.smugmug.com/gallery/1005610
I don't want the category (ie Home--Other--Published Photos) to show, but I do want the gallery page navigation to show. I swear at one time that's how it actually looked, and I haven't removed anything, but it's not showing up tonight. Any help would be appreciated. Here's the CSS I put in for the gallery. I don't even know if I need all this-- basically I want a smugmug view gallery of three pages that can be easily navigated-- but doesn't display extra stuff like size options or the search or shopping carts or slideshows-- and doesn't display the Home-- Other-- Published Photos links.
/* PUBLISHED PHOTOS */
.gallery_1005610 .play_slideshow { display: none; }
.gallery_1005610 .nav { display: none; }
.gallery_1005610 .title { color: black; }
.gallery_1005610 .pageNav { display: none; }
.gallery_1005610 #photoKeywords { display: none; }
.gallery_1005610 #keywords { display: none; }
.gallery_1005610 #albumDescription { display: none; }
.gallery_1005610 .loginLink { display: none; }
.gallery_1005610 .cartlink_footer { display:none; }
.gallery_1005610 #sizePicker { display: none; }
.gallery_1005610 #searchWordsShort { display: none; }
.gallery_1005610 .searchglass { display: none; }
http://petespringer.smugmug.com/gallery/1005610
I don't want the category (ie Home--Other--Published Photos) to show, but I do want the gallery page navigation to show. I swear at one time that's how it actually looked, and I haven't removed anything, but it's not showing up tonight. Any help would be appreciated. Here's the CSS I put in for the gallery. I don't even know if I need all this-- basically I want a smugmug view gallery of three pages that can be easily navigated-- but doesn't display extra stuff like size options or the search or shopping carts or slideshows-- and doesn't display the Home-- Other-- Published Photos links.
/* PUBLISHED PHOTOS */
.gallery_1005610 .play_slideshow { display: none; }
.gallery_1005610 .nav { display: none; }
.gallery_1005610 .title { color: black; }
.gallery_1005610 .pageNav { display: none; }
.gallery_1005610 #photoKeywords { display: none; }
.gallery_1005610 #keywords { display: none; }
.gallery_1005610 #albumDescription { display: none; }
.gallery_1005610 .loginLink { display: none; }
.gallery_1005610 .cartlink_footer { display:none; }
.gallery_1005610 #sizePicker { display: none; }
.gallery_1005610 #searchWordsShort { display: none; }
.gallery_1005610 .searchglass { display: none; }