More Demos: bootstrap 4 slider, AI Website Builder, HTML slider, Slick carousel, Bootstrap carousel, HTML slideshow, CSS Slideshow, jQuery carousel, Image carousel
Q: Dear Support,
I like your slider but I can't find anywhere how to remove the mouse hover effect for arrows. How to make arrows always be visible?
Thank you.
A: The arrows are always shown for some templates, such as Terse, Crystal or Noble.
You can change it manually in generated "style.css" file. Open this file in any text editor (for example, Notepad), find following lines:
#wowslider-container a.ws_next, #wowslider-container a.ws_prev {
background-image: url("./arrows.png");
display: none;
height: 30px;
margin-top: -15px;
position: absolute;
top: 50%;
width: 30px;
z-index: 1001;
}
and remove line "display: none;".