Need to make font bigger in part of template
The part of a thread's display for multi-page threads, on the top right and bottom right, that says "Page 1 of X, 1/2/3/etc"
I need to make that part more visible (larger).
I'm guessing the template that needs to be edited is: threadbit_pagelink correct ?
it currently has this line:
<a href="$address<if condition="$curpage != 1">&page=$curpage</if>$address2">$curpage</a>
What/where would I add to it to force it to use a larger font size? (ie: 14pt)
|