PDA

View Full Version : Remove the "Brand new gallery" warning


JohnL
May-14-2008, 05:54 PM
Hi,

How to remove:
"This is a brand new gallery with no photos."



Thanks,

John

denisegoldberg
May-14-2008, 05:57 PM
How to remove:
"This is a brand new gallery with no photos."
See # 41 in the customization FAQ - http://www.smugmug.com/help/customize-faq.

--- Denise

cptkoi
Aug-01-2008, 05:17 AM
See # 41 in the customization FAQ - http://www.smugmug.com/help/customize-faq.

--- Denise

Hi

I have tried this (#40) and it I still have the problem of this text showing, any ideas?

Gallery URL - http://www.hdimages.net/gallery/4555800_cARfb

Thanks

H

Andy
Aug-01-2008, 05:41 AM
Hi

I have tried this (#40) and it I still have the problem of this text showing, any ideas?

Gallery URL - http://www.hdimages.net/gallery/4555800_cARfb

Thanks

HYes, do exactly like we say in the faq:

/* html only page for gallery About Me */
.gallery_4555800 .nophotos {
display: none;
}

:)

cptkoi
Aug-01-2008, 06:29 AM
Yes, do exactly like we say in the faq:

/* html only page for gallery About Me */
.gallery_4555800 .nophotos {
display: none;
}

:)

Doh, :bow

H