How to change (xx Viewing) color ?

POSTiGA

New Member
Hello guys,

let me know how to i can change color of (xx Viewing) in title forums!? i want making Bold or other colors

Thanks
 
Search the phrase {1} Viewing.

To put it bold:
Code:
<b>{1} Viewing</b>

To put it un other color:
Code:
<font color="#HEX_CODE_HERE">{1} Viewing</font>
 
Back
Top