Hello, there is the possibility to have customizable scroll buttons, instead of those defined in slider.js?

Comments

sistro’s picture

This is a very dirt and fast solution, pay attantion, the width of button is fixed:

Put this code in your theme css files, to override slider.css:

ul.slidenav li a.active {
background:url("/link/to/image.png") no-repeat scroll 0 0 transparent;
display:block;
float:left;
padding:10px 15px 20px 10px;
width:auto;
}

UPTADE: Too fast and too dirty... It doesn't work! ;-)

Sorry!