More Demos: bootstrap text slider, AI Website Builder, HTML slider, Slick carousel, Bootstrap carousel, HTML slideshow, CSS Slideshow, jQuery carousel, Image carousel
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.