Page 1 of 1

How to Hide Image Titles in Slideshow?

PostPosted: Sun May 11, 2008 5:30 pm
by drumsandspace
Does anyone know how to hide image titles in the slideshow?

I've edited the thumbnail view to hide the titles, and have edited colors and so forth in my style sheet, but the titles appear in the slideshow and Ican't figure out how to hide them. Any help would be so greatly appreciated! Thank you!

Re: How to Hide Image Titles in Slideshow?

PostPosted: Mon May 12, 2008 7:12 am
by flemmingbo
Hi !

Just add this to your css:

Code: Select all
#slideshow_title
{
  display:none;
}


That turns off the image title in slideshow mode.

best regards,

Flemming

Re: How to Hide Image Titles in Slideshow?

PostPosted: Tue May 27, 2008 10:19 pm
by drumsandspace
Excellent, thank you very much Flemming!

Re: How to Hide Image Titles in Slideshow?

PostPosted: Tue Jun 03, 2008 9:25 pm
by flemmingbo
no worries, glad to help.