PDA

View Full Version : I was wondering if


hogfaninga
Feb-05-2009, 05:49 AM
anyone could help with someone I have tried 2 days to get rid of, but can't figure it out. Under galleries you will see a specific gallery for Family. Beside it, it says the day I updated/edited it. I was wondering how I can get rid of that. I don't want people to see when I edited any gallery.

Thanks,

Chris

www. williamsphotography.me

Allen
Feb-05-2009, 05:58 AM
anyone could help with someone I have tried 2 days to get rid of, but can't figure it out. Under galleries you will see a specific gallery for Family. Beside it, it says the day I updated/edited it. I was wondering how I can get rid of that. I don't want people to see when I edited any gallery.

Thanks,

Chris

www. williamsphotography.me
Add this to your CSS

p.updated {display: none;}

Would have been easier if you posted your Smugmug site.

hogfaninga
Feb-05-2009, 06:05 AM
Thanks for the extremely quick response, Allen. Next time I will link the Smugmug site name directly.

hogfaninga
Feb-05-2009, 07:21 AM
One more quick question.

How do I get rid of this in my Favorites Gallery: Christopher Williams > Other > Favorite Photos

www.williamsfamilyphotography.smugmug.com

Thanks.

Allen
Feb-05-2009, 07:29 AM
One more quick question.

How do I get rid of this in my Favorites Gallery: Christopher Williams > Other > Favorite Photos

www.williamsfamilyphotography.smugmug.com (http://www.williamsfamilyphotography.smugmug.com)

Thanks.
Add this to CSS

.notLoggedIn .gallery_7242965 #breadCrumbTrail {display: none;}