Englishwheel carousel slide with jquery  Deutschprogramm für diashow  Españolgaleria de fotos html  Françaisjavascript slideshow  ItalianoImmagini Galleria   汉语网络幻灯片: 效果的幻灯片  Português brasileiroGaleria De Imagens  Русскийслайдер изображений, слайдшоу, CSS слайдер  Svenska Bild Galleri  日本語画像のスライダー&ギャラリー  NederlandsAfbeeldingen Caroussel 

Recent Demos

 How change description in jquery photo animation?

Q: On template Block, how/where can we change the description/title background color and the fonts of title and descrition?

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

#wowslider-container1 .ws-title{
        position: absolute;
        bottom:0;
        left: 0;
        margin-right:5px;
        z-index: 50;
        background-color:#000000;
        color:#FFFFFF;
        padding:10px 1%;
        width:98%;
        font-family: Tahoma,Arial,Helvetica;
        font-size: 14px;
        opacity:0.55;
        filter:progid:DXImageTransform.Microsoft.Alpha(opacity=55);     
}



and change:
1) "background-color" parameter;
2) " font-family" and "font-size".