More Demos: bootstrap corousel, AI Website Builder, HTML slider, Slick carousel, Bootstrap carousel, HTML slideshow, CSS Slideshow, jQuery carousel, Image carousel
Q: Is it possible to change the font size and typeface of the description in the free
version of wowslider? If so, how can you do it?
A: Yes, you can change the font size and typeface in the free version too. Open the generated .css file in any text editor. You can find and edit the code like this:
#wowslider-container1 .ws-title {
background: none repeat scroll 0 0 #F9FBFB;
border-radius: 0 10px 10px 0;
bottom: 80px;
color: #000000;
font-family: Arial,Helvetica,sans-serif;
font-size: 13px;
height: 22px;
left: 14px;
margin-right: 5px;
padding: 12px;
position: absolute;
text-transform: uppercase;
z-index: 50;
}