More Demos: bootstrap 4 testimonial slider example, AI Website Builder, HTML slider, Slick carousel, Bootstrap carousel, HTML slideshow, CSS Slideshow, jQuery carousel, Image carousel
Q: Hi there,
I am loving the slider. I bought the business license.
I went through the questions and did not see this one. I have added a slide description but wanted to add two separate ones with different color backgrounds and could not. I didn't see how to do them separately. I am trying to get this effect.
A: Please, go to
Slider->Properties->General
Check "Show descriptions" with Elastic Move or with Parallax option.
Publish your slider.
To change the description field color open generated .css file (engine1 folder) in any
text editor and find the code:
#wowslider-container1 .ws-title span {
background: none repeat scroll 0 0 #000000;
display: inline-block;
padding: 10px;
}
...
#wowslider-container1 .ws-title div {
background: none repeat scroll 0 0 #000000;
font-size: 13px;
margin-top: 10px;
padding: 10px;
text-transform: none;
}
Edit background property value.