Visual LightBox
-
gallery jquery image Monochrome Theme with Round Window thumbnails
-
wordpress lightbox gallery plugin Route Theme with Simple HTML Frame thumbnails
-
joomla lightbox photo gallery Modern Theme with Round Frame thumbnails
How to change the size of the text in galerie jquery lightbox
Q: Dear Support,
Is there a way to change the size of the text in the image caption box or to make the caption box display next to the image with the large text?
A: Yes, it is possible to change the font size.
For this purpose you should open visuallightbox.css file in any text editor, find the
following code:
#vlb1caption{ font-weight:bold; display:block;} and add font-size: 14px;}
For example:
#vlb1caption{ font-weight:bold; display:block; font-size: 20px;}