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