Customize Toggle Icon

Customize Toggle Icon

The toggle icon of the accordion mode can display image icon or index. To show index as toggle icon, simply set the showIndex option to true, like so:

var myEvoSlider = $("#mySlider").evoSlider({
    showToggleIndex: true
});
                

To show image as toggle icon, first you need to set the showIndex option to false, then edit the CSS skin file. In the CSS skin file, find the TOGGLE ICON section. Then you can set the background-image property for the default, hover, and active state of the toggle icon.