I tried to search the whole board, but did not find a solution. Does anyone know where I can access these arrows and change/style them to something a bit more modern?
I'm referring to this part of the blog template:
Code: Select all
{if $pagecount > 1}
<p style="text-align:center;">
{if $pagenumber > 1}
{$firstpage} {$prevpage}
{/if}
Page {$pagenumber} {$oftext} {$pagecount}
{if $pagenumber < $pagecount}
{$nextpage} {$lastpage}
{/if}
</p>
{/if}