More Demos: bootstrap image slider, AI Website Builder, HTML slider, Slick carousel, Bootstrap carousel, HTML slideshow, CSS Slideshow, jQuery carousel, Image carousel
Q: I've just downloaded the free version to evaluate before purchase of a license for a commercial site, however I have been unable to find any means to change the font family or size of fonts used for the image titles and descriptions.
A: 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;
}
Set "font-family" parameter as you need.