Reply To: Esplanade Slider – arrows instead of numbers?

#7783
maartenvdkamp
Participant

In functions.php you have to change it to this:

$(‘#slider’).flexslider({
controlNav: false,
prevText: “←”,
nextText: “→”,
keyboard: false
});