Quote:
Originally Posted by tafreeh
thanks both of you.. but this is for Hot, sticky and lock thread title... and I want normal unread thread title... that includes.. normal hot unread thread plus regular unread thread title... I hope you got me now....
|
for coloring unread threads look attachment
to do that follow me:
in Template
threadlist.css find:
PHP Code:
.threadbit .threadtitle_unread {
font-weight: bold;
}
and replace with:
PHP Code:
.threadbit .threadtitle_unread {
font-weight: bold;
color: Blue;
}
you can change color to what you wish , as default in code i have Blue replace it with....
DarkGreen
Blue
Red
Yellow
Indigo
Demo
alra7ba
i hop i help you