In my project : http://moransh4.github.io/Luca/
I need to change the swiper-pagination-bullet at the last section to this:
The "active" change to green.
I read ( from : http://idangero.us/swiper/api/) that i can customize with this :
paginationBulletRender: function (index, className) {
return '<span class="' + className + '">' + (index + 1) + '</span>';
}
Sorry i go lost with it,
How to do it?