Remove image numbers in the grid

Hi,

On this page:
http://wwwlol.asbjornflo.net/tregridtest-4/klank/
I use the grid at the bottom.
When I press the image it displays the image number («1/4», «2/4» etc).

Any suggestions on how to remove the image numbers?

Hi @asbjornflo,

Thanks for reaching out.

I checked and there is no available option or settings to disable. But please add this CSS to Theme Options > CSS to hide it.

.tolb-counter {
display: none !important;
}

Thanks!

Thanks, that works perfectly!

We’re glad it worked.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.