Quote:
Originally Posted by dbasinge
How do you change the font color of "Sticky" and "Normal" font and background color of that bar.
|
Colour changes:
AdminCP -> Languages & Phrases -> Search in Phrases -> Search for text -> Enter Sticky Threads -> click on "delim_sticky" in the box underneath, just enter what you wish. and click Save. (Its varname is $vbphrase[delim_sticky])
For example...
Code:
<font color="red"><b>Sticky Threads</b></font>
will give you:
Sticky Threads
Just repeat the process with the "Normal Threads", only that one is called: delim_normal
Hope that helps.