ah, thnx searched for a phrase which I know exists in one of my custom templates and I got only my custom template showing up as a result
however, I am still looking for the place to edit my "Sticky:" text into another colour, I was able to locate the sticky in threadbit template but then Im pretty stuck again. I manage to change the colour on both the sticky text and the authors name but I only want to change the Sticky text
Original:
Code:
<td class="alt1" id="td_threadtitle_$thread[realthreadid]" title="$thread[preview]">
My changes:
Code:
<td style="color:red" class="alt1" id="td_threadtitle_$thread[realthreadid]" title="$thread[preview]">
my changes affect the entire td but since I do not know where the word "sticky" is inserted I cant change it's colour without changing the others...
help
--------------- Added [DATE]1195312775[/DATE] at [TIME]1195312775[/TIME] ---------------
edit* nm, wasnt as simple as I would have guessed, I had to go into the td and locate all other elements such as the authors user name and edit there separate style tags
any way, thnx for the help - problem solved