PDA

View Full Version : Removal of photo galleries (entirely)


Cmau
Feb-04-2010, 05:07 PM
Hello all,

I've been working with some borrowed code to remove the photo galleries from my CLIENTS page (an html-only page)... had it working for a little and then it stopped. But at no point have I been able to completely remove the little black box that usually says "This gallery has no photos, let's hope some are added soon" or whatever it says.

Thanks for any help you can give.

Andy
Feb-04-2010, 05:19 PM
add this to your CSS, at the end:

.notLoggedIn .nophotos {display: none;}

YOU will see it - helpful - but no visitors will see it.

Cmau
Feb-04-2010, 05:40 PM
Much appreciated Andy.