Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #244406
    Bastien Chilloux
    Participant

    Hi,

    How can I change the number displayed on the right of the slider (which is 01-02-03) to 1-2-3 for example ?

    Thank you !

    #244488
    Skandha
    Participant

    @bastienchill: Hello Bastien,
    It is not possible to change the number. The number depends on the number of images on the slider.

    Kind Regards,
    Skandha

    #244495
    Bastien Chilloux
    Participant

    So we cannot hide the 0 before the true number ?!

    #244497
    Skandha
    Participant

    @bastienchill: Hello Bastien,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #feature-slider-section .owl-dot::before, #feature-slider-section .owl-dot.active::before {
    	content: ''counter(slides-num) !important;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #244504
    Bastien Chilloux
    Participant

    Works like a charm !
    Thank you !

    #244508
    Skandha
    Participant

    @bastienchill: Hello Bastien, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/bold-photography/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Change slider count number’ is closed to new replies.