jquery image slider
bildergalerie für homepage
galería de fotos
faire diaporama
Immagini Galleria
网络幻灯片: 效果的幻灯片
Galeria De Imagens
слайдер изображений, слайдшоу, CSS слайдер
Bild Galleri
画像のスライダー&ギャラリー
Afbeeldingen Caroussel
More Demos: bootstrap text slider, AI Website Builder, HTML slider, Slick carousel, Bootstrap carousel, HTML slideshow, CSS Slideshow, jQuery carousel, Image carousel
Is it possible to change the color highlight of the text bar in slideshow maker html?Q: Hi, wowslider!
Can I change the color highlight of the text bar in the "Flat" slider?
A: You should open generated "style.css" file in any text editor (for example, NotePad), find
following lines:
#wowslider-container1 .ws-title div, #wowslider-container1 .ws-title span {
background: none repeat scroll 0 0 #F71277;
display: inline-block;
opacity: 0.8;
padding: 8px;
}
#wowslider-container1 .ws-title div {
background: none repeat scroll 0 0 #444444;
display: block;
font-size: 14px;
line-height: 16px;
margin-top: 10px;
text-transform: none;
}
and change "background" parameter.