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

Recent Demos

 Edit the background color of javascript image gallery description

Q: Hi,
I try your free version to make sure if it fits my needs. It looks perfect but I want to make some changes. For example, where can I edit the code to change the background color of the description field?
Thanks in advance!

A: Please, open generated .css file in any text editor and find the code:

#wowslider-container1 .ws-title {
    background: none repeat scroll 0 0 #E7D7C3;
    border-radius: 0 5px 5px 0;
    bottom: 33px;
    box-shadow: 2px 0 3px rgba(114, 82, 45, 0.6);
    color: #664B2B;
    display: block;
    font-family: 'Lobster',Comic Sans MS,cursive;
    font-size: 30px;
    left: 0;
    line-height: 32px;
    margin-right: 15px;
    padding: 8px;
    position: absolute;
    z-index: 50;
}



Edit the background property.