PDA

View Full Version : Remove navbar from one gallery?


slipkid
Dec-23-2008, 03:25 PM
Is it possible to remove the navbar from one gallery, or hide it?
Thanks

Allen
Dec-23-2008, 04:22 PM
Is it possible to remove the navbar from one gallery, or hide it?
Thanks
Add this specific CSS rule to hide it in the gallery. Change the xxxxxxxx to the gallery number.

.gallery_xxxxxxx .menu {display: none;}

slipkid
Dec-23-2008, 04:36 PM
Thats it................. Thanks