Hiển thị số thay vì biểu tượng dots rất đơn giản, áp dụng cho sản phẩm hoặc các Block Slider khác chỉ cần chèn thêm class flickity-pagination theo file đính kèm và thêm css bên dưới
Bác nào không hiểu ib e chỉ chi tiết nhé
/*** Thay biểu tượng dots bằng số - Dev by WPVN Team ***/
.flickity-pagination .flickity-page-dots {
counter-reset: a;
}
.flickity-pagination .flickity-page-dots .dot::after {
content: counter(a);
counter-increment: a;
}
.flickity-pagination .flickity-page-dots .dot {
width: 26px;
height: 26px;
line-height: 26px;
}
Nhớ thêm class .flickity-pagination vào nhé