More Demos: bootstrap 4 carousel, AI Website Builder, HTML slider, Slick carousel, Bootstrap carousel, HTML slideshow, CSS Slideshow, jQuery carousel, Image carousel
Q: I use Block template. But I'd like to change bullet color into black. Where can I find the code to change?
A: To change bullets color for Block template, please, open generated .css file
in any text editor and find the code:
#wowslider-container1 .ws_selbull {
background-color: #B8C4CF;
color: #FFFFFF;
}
Change background-color property.
Here you can change bullets border color:
#wowslider-container1 .ws_bullets a {
background-image: url("data:image/gif;base64,");
border: 1px solid #B8C4CF;
color: transparent;
float: left;
height: 10px;
margin-left: 5px;
position: relative;
text-indent: 0;
width: 10px;
}