Hi,
I try to change the #000 to #ffff color with opacity in the slider with this css code over custom.css
.slideshow_caption{
background: rgba(255, 255, 255, 0.5);
}
.slideshow_caption{
background: #ffffff;
filter: alpha(opacity = 70);
}
Don“t work, How can i change the colour?
tx














