More Demos: bootstrap carousel slide, AI Website Builder, HTML slider, Slick carousel, Bootstrap carousel, HTML slideshow, CSS Slideshow, jQuery carousel, Image carousel
Q: Hi,
I try your free version to make sure if it fits my needs. It looks perfect but I want to make some changes. For example, where can I edit the code to change the background color of the description field?
Thanks in advance!
A: Please, open generated .css file in any text editor and find the code:
#wowslider-container1 .ws-title {
background: none repeat scroll 0 0 #E7D7C3;
border-radius: 0 5px 5px 0;
bottom: 33px;
box-shadow: 2px 0 3px rgba(114, 82, 45, 0.6);
color: #664B2B;
display: block;
font-family: 'Lobster',Comic Sans MS,cursive;
font-size: 30px;
left: 0;
line-height: 32px;
margin-right: 15px;
padding: 8px;
position: absolute;
z-index: 50;
}
Edit the background property.