Englishjquery image slider  Deutschbildergalerie für homepage  Españolgalería de fotos  Françaisfaire diaporama  ItalianoImmagini Galleria   汉语网络幻灯片: 效果的幻灯片  Português brasileiroGaleria De Imagens  Русскийслайдер изображений, слайдшоу, CSS слайдер  Svenska Bild Galleri  日本語画像のスライダー&ギャラリー  NederlandsAfbeeldingen Caroussel 

Recent Demos

 Is it possible to change the color highlight of the text bar in slideshow maker html?

Q: Hi, wowslider!

Can I change the color highlight of the text bar in the "Flat" slider?

A: You should open generated "style.css" file in any text editor (for example, NotePad), find
following lines:

#wowslider-container1 .ws-title div, #wowslider-container1 .ws-title span {
    background: none repeat scroll 0 0 #F71277;
    display: inline-block;
    opacity: 0.8;
    padding: 8px;
}
#wowslider-container1 .ws-title div {
    background: none repeat scroll 0 0 #444444;
    display: block;
    font-size: 14px;
    line-height: 16px;
    margin-top: 10px;
    text-transform: none;
}



and change "background" parameter.