How to highlight on what page of a collection the user is?

Hello,

I want to highlight the page, on which the user is currently on, how can I do this? (Best way would be to make the number fat, or just bigger)

Im using the Brooklyn theme: aliudclothing.com

Thank you!

Kim

Hi @KimGottwald

You can do that by using this CSS code

.pagination .page.current { color: red !important; }