Englishjquery slideshow maker  Deutschhtml5 slideshow  Españolgalerias de imagenes  Françaisslider html  ItalianoImmagini Galleria   汉语网络幻灯片: 效果的幻灯片  Português brasileiroGaleria De Imagens  Русскийслайдер изображений, слайдшоу, CSS слайдер  Svenska Bild Galleri  日本語画像のスライダー&ギャラリー  NederlandsAfbeeldingen Caroussel 

Recent Demos

 Change html image scroller caption opacity

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.