PDA

View Full Version : Can I hide the text and links "Share photo: links, forums, blogs"?


tophermoon
Feb-04-2009, 04:34 PM
Hi,

Im having trouble figuring out how to remove this text: Share photo: links, forums, blogs from the bottom of photos. Any help would be great. Thanks!

http://www.chrismoon.net

J Allen
Feb-04-2009, 06:21 PM
Hi,

Im having trouble figuring out how to remove this text: Share photo: links, forums, blogs from the bottom of photos. Any help would be great. Thanks!

http://www.chrismoon.net


Give this a try:

.notLoggedIn #detailsSharePhoto
{display:none;}

With this command, visitors will not see it, but when you are logged in it will be viewable, to make it easier if you want to share your photo on a forum or something. :thumb This command will take effect site wide, if you just want to be gallery specific add the gallery # in front of the code like this:


.gallery_XXXXXX .notLoggedIn #detailsSharePhoto
{display:none;}


Also, I believe, you could just turn off 'Sharing' for that gallery.

tophermoon
Feb-04-2009, 06:54 PM
Thanks! That worked.