Hi
this is in the
default.php file, line 14
you find the file in /plugins/content/jw_simpleImageGallery/tmpl/Polaroids
How to remove the navigation tip text?
For those who have not found a solution, here is my tip:
you can hide the long navigation tip text without modifying the default.php, by editing the
lightbox.css file
line 23
replace:
#imageData #caption{
font-weight: bold;
}
with
#imageData #caption{
font-size: 0px;
line-height: 0px;
}
and because of the line-height set to 0, there is no white space...
hope it can helps...