Englishjquery slider for website  Deutschbildergalerie  Españolslider html5  Françaisdiaporama javascript  ItalianoImmagini Galleria   汉语网络幻灯片: 效果的幻灯片  Português brasileiroGaleria De Imagens  Русскийслайдер изображений, слайдшоу, CSS слайдер  Svenska Bild Galleri  日本語画像のスライダー&ギャラリー  NederlandsAfbeeldingen Caroussel 

Recent Demos

 Make make photo slideshow arrows always be visible

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;".