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

Recent Demos

 Can I change text parameters in slider wordpress plugin?

Q: I downloaded wowslider and am considering using it for our site. It looks beautiful, however I'd like to be able to change the location of the text and its text size. Is there a way I can do that?

A: Yes, you can change it manually. Please, open the generated .css file in any text editor. Here you can find the code like this:

#wowslider-container1 .ws-title {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 0 10px 10px 0;
    bottom: 17px;
    box-shadow: 0 0 2px #5D5D5D;
    color: #5D5D5D;
    display: block;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    font-size: 18px;
    left: 0;
    margin: 9px 9px 9px 0;
    opacity: 0.8;
    padding: 8px;
    position: absolute;
    z-index: 50;
}


and change parameters that you want.