hideCurrentTitle
Version: Pro
hideCurrentTitle
type: Boolean
default: false
Hides current title bar navigation. This option only works if the mode option is set to accordion.
Example:
var myEvoSlider = $("#mySlider").evoSlider({
hideCurrentTitle: false
});