• Visual SlideShow

  • FAQ

Please advise on how do I add the colour to the caption text in slideshow in flash?

Q: I purchased the full version of Visual Lightbox and am currently addin
images. Please advise on how do I add the colour to the caption text?

A: You can change caption color in engine/css/visuallightbox.css file:

- find the following code:

#caption{ font-weight:bold; display:block;}



and add 'color' parameter, for example:

#caption{ font-weight:bold; display:block; color: #ff00ff;}

Related