Hi,
It is possible to change the “Page Number” as the bullet points by the custom CSS:
.slider-mod-wrap .owl-dots:before,
.slider-mod-wrap .owl-dots:after,
.slider-mod-wrap .owl-dot.active:before { display:none; }
.slider-mod-wrap .owl-dot { position: relative; width: 10px; height: 10px; margin-left:5px; background-color:#fff; }
.slider-mod-wrap.slide-number-show .owl-dots { margin-left:-5px; }
.slider-mod-wrap .owl-dot.active {order: initial;}
You need to enable “Show Page Number”.
Best