Hi,
I need help to reduce the opacity of the background color behind the caption text in the slide show.
Please see the site here, http://192.185.154.195/~global/
Thank you!
Kind regards,
Saeed
.gkIsWrapper-gk_storebox figcaption {
opacity: 0.5;
filter: alpha(opacity=50); /* For IE8 and earlier */
}
.gkIsWrapper-gk_storebox figcaption img {
opacity: 0.5;
filter: alpha(opacity=50); /* For IE8 and earlier */
}
.gkIsWrapper-gk_storebox figcaption {
background: rgba(0, 0, 0, 0.4);
filter: alpha(opacity=40); /* For IE8 and earlier */
}