Page 1 of 1

Hiding captions for "root" gallery

PostPosted: Tue Jul 20, 2004 2:12 pm
by arjunrc
Hi,
I want my root gallery to just show the image thumbnails and not the gallery name text below.

For non-root galleries, its as simple as simply unchecking the 'show image titles with thumbnails'. However, this does not work with the root gallery.

Also, ofcourse, its not possible to just not write anything for the gallery name - even if I dont have a title, the gallery name is displayed.

I tried a color:white in thumbnails and thumbnail classes did not work. I cannot do a display:none since everything will disappear.

any ideas ?

regds
arjun

Ok figured it out...

PostPosted: Tue Jul 20, 2004 8:41 pm
by arjunrc
Figured it out

.thumbnail b
{
display:none;
}