Tell me more ×
SmugMug Stack Exchange is a question and answer site for SmugMug developers and end users. It's 100% free, no registration required.

I've added the CSS here but my empty galleries still show up here.

How can I hide the big empty gallery box?

share|improve this question

1 Answer

up vote 2 down vote accepted

You added the code to hide it from visitors, that part is working just fine: http://smu.gs/HPftxk but if you go there logged in, you see that box, that's how the code is designed. If you want to hide it when you are logged in, just delete the .notLoggedIn part. That will still hide it site-wide

share|improve this answer
Weird, it doesn't hide it from me when I'm not logged in...but if its working for you... – rfusca Apr 17 '12 at 1:33
Must have been a cache issue I guess - showing up correctly for me now too. – rfusca Apr 17 '12 at 2:42

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.