Graham
Waplocus .custom_paging span {} is the class
its also the class for the inactive arrows
you can add a class yourself if you want to differentiate between the two
# Current page button
if $page == $active_page
print <span class="active_page">$page</span>
endif
Copy code
and add
.custom_paging .active_page {}
to your css