1/5 below product image

Hello in my site fynorix there is 1/5 below the product image, How do I delete this?

Thank you!

Go to online store → edit code → base.css file
and paste this code in the start of file

.slider-counter.caption {
    display: none !important;
}

1 Like