More Demos: simple bootstrap slider, AI Website Builder, HTML slider, Slick carousel, Bootstrap carousel, HTML slideshow, CSS Slideshow, jQuery carousel, Image carousel
Q: I have the Pro version, but haven't used it yet. However, I'm working on a proposal and would it be relatively easy to move the caption so it is completely below the images?
A: Please, open the generated style.css file in any text editor and find the following code:
#wowslider-container1 .ws-title {
background: none repeat scroll 0 0 #000000;
bottom: 50px;
color: #F9FBFB;
font-family: Helvetica,Arial,Verdana,sans-serif;
font-size: 18px;
left: 0;
margin-right: 5px;
padding: 12px;
position: absolute;
text-transform: uppercase;
z-index: 50;
}
Set "bottom" value as -70px or another value as you need.