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

Recent Demos

 Specify two separate descriptions in javascript image object

Q: Hi there,

I am loving the slider. I bought the business license.

I went through the questions and did not see this one. I have added a slide description but wanted to add two separate ones with different color backgrounds and could not. I didn't see how to do them separately. I am trying to get this effect.

A: Please, go to

Slider->Properties->General

Check "Show descriptions" with Elastic Move or with Parallax option.

Publish your slider.

To change the description field color open generated .css file (engine1 folder) in any
text editor and find the code:

#wowslider-container1 .ws-title span {
    background: none repeat scroll 0 0 #000000;
    display: inline-block;
    padding: 10px;
}
...
#wowslider-container1 .ws-title div {
    background: none repeat scroll 0 0 #000000;
    font-size: 13px;
    margin-top: 10px;
    padding: 10px;
    text-transform: none;
}



Edit background property value.