Hi, I am using some CSS code to change the full-width slider caption color, as suggested:
.caption_framed .slideshow_caption .avia-caption-content p, .caption_framed .slideshow_caption .avia-caption-title, .avia-caption .avia-caption-content p, .avia-caption .avia-caption-title
{
background: rgb(255,255,255,.5) !important;
}
This actually works with Firefox, but nothing changes in Chrome and other Webkit-based browsers.