one year ago
Yes. Open the javascript file with a notepad, and you will see the
captionOpacity option:
var sliderOptions=
{
sliderId: "slider",
effect: "series1",
effectRandom: false,
pauseTime: 2500,
transitionTime: 1200,
slices: 12,
boxes: 8,
hoverPause: true,
autoAdvance: true,
captionOpacity: 0.3,
captionEffect: "fade",
thumbnailsWrapperId: "thumbs",
license: "free"
};
Just tweak it to your desired value between 0 and 1. The smaller the value, the more transparent the caption is.