Tagged: aviaslider, caption, opacity
Hi,
I would like to change (lower) the opacity of the fullwidth Aviaslider caption background:
I’ve tried it with
.slideshow_caption .inner_caption {
background: none repeat scroll 0 0 #FFFFFF;
display: block;
padding: 14px 15px;
opacity: 0.8 !important;
}
But this changes only the opacity of the text, but I would like to keep the text as it is, and to lower the opacity of the white background, so that the image is better seen.
Hey!
Try:
.slideshow_caption .inner_caption {
background: rgba(255, 255, 255, 0.8);
display: block;
padding: 14px 15px;
}
Best regards,
Peter
works fine, thank you!
The topic ‘Changing opacity of Aviaslider caption-background’ is closed to new replies.