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

Recent Demos

 Edit slider css description font size

Q: Hi,
I need to change the font sizes and based on the FAQ on the Wow Slider website, I have tried to find the relevant code in the website's stylesheet (CSS) but can't seem to find it. Is it automatically generated to save in the CSS file? I would like the heading font size to be 12 and the description size to be 9 or 10 (depending on which is easier to read).

Any guidance on this would be appreciated. Thanks.

A: You can edit font-size parameter in the generated .css code:

#wowslider-container2 .ws-title {
    color: #959695;
    font-family: 'Economica',Trebuchet MS,Helvetica,sans-serif;
    font-size: 27px;
    font-weight: bold;
    line-height: 29px;
}


#wowslider-container2 .ws-title div {
    color: #000000;
    font-size: 20px;
    font-weight: normal;
    line-height: 22px;
    padding-top: 5px;
}