More Demos: bootstrap 4 carousel slider, AI Website Builder, HTML slider, Slick carousel, Bootstrap carousel, HTML slideshow, CSS Slideshow, jQuery carousel, Image carousel
Q: On template Block, how/where can we change the description/title background color and the fonts of title and descrition?
A: You should open "style.css" file generated by wowslider application in any text editor
(for example, NotePad), find following lines:
#wowslider-container1 .ws-title{
position: absolute;
bottom:0;
left: 0;
margin-right:5px;
z-index: 50;
background-color:#000000;
color:#FFFFFF;
padding:10px 1%;
width:98%;
font-family: Tahoma,Arial,Helvetica;
font-size: 14px;
opacity:0.55;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=55);
}
and change:
1) "background-color" parameter;
2) " font-family" and "font-size".