PDA

View Full Version : Is there a way to password protect customized header/footer?


momto3
Jul-13-2009, 11:19 PM
I have a customized footer with links to my family and friends' pages. I went to the control panel to password protect the whole site and the customized footer with the links are still displaying on my homepage. I would like the links to be protected as well. Is there a way to do this?

http://leeparty.smugmug.com

Thanks!

jfriend
Jul-13-2009, 11:33 PM
Add the code in this thread (http://www.dgrin.com/showthread.php?t=135065), to add a class to the body tag when the password prompt is up, then add this CSS to hide your content during password prompt.

.passwordBody #homepageFooterPart {display:none;}

I wish Smugmug would fix this by giving us a password prompt class in the body tag.

momto3
Jul-13-2009, 11:46 PM
Thank you for your quick response.