More Demos: slider for bootstrap, AI Website Builder, HTML slider, Slick carousel, Bootstrap carousel, HTML slideshow, CSS Slideshow, jQuery carousel, Image carousel
Q: We love using the wowslider for our site. I have one question, is there any way to change the transparency of the caption on the image?
I'd like to make the caption a little darker so it is easier to read.
A: Please, open generated .css file in any text editor and find the following code:
#wowslider-container1 .ws-title {
background: none repeat scroll 0 0 #FFFFFF;
border-radius: 5px 5px 5px 5px;
bottom: 10%;
color: #000000;
font-family: Oswald,Impact,Charcoal,sans-serif;
font-size: 30px;
left: 7%;
line-height: 30px;
opacity: 0.5;
padding: 12px;
position: absolute;
text-shadow: 1px 1px 1px #BBBBBB;
z-index: 50;
}
Change value for "opacity" parameter as you need.