how to change the pagination bullet in a swiper to text?
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? You should instead use paginationCustomRender to create custom design.Define your names in each div var mySwiper2 = new Swiper('.swiper-container.shoes', { // Optional parameters pagination: '.pag