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

Recent Demos

 Is it possible to change the font size in slideshow using jquery?

Q: Is it possible to change the font size and typeface of the description in the free
version of wowslider? If so, how can you do it?

A: Yes, you can change the font size and typeface in the free version too. Open the generated .css file in any text editor. You can find and edit the code like this:

#wowslider-container1 .ws-title {
    background: none repeat scroll 0 0 #F9FBFB;
    border-radius: 0 10px 10px 0;
    bottom: 80px;
    color: #000000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    height: 22px;
    left: 14px;
    margin-right: 5px;
    padding: 12px;
    position: absolute;
    text-transform: uppercase;
    z-index: 50;
}