Quote:
Originally Posted by Dr.osamA
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
|
Thank you soo much Habibi... This exactly what i wanted.. but I still have a lil problem... I actually wanted to give unread thread title a different background.. so I tried this code...
Code:
.threadbit .threadtitle_unread {
font-weight: bold;
background-color:#b0c4de;
}
But it doesnt seems to be working.... Can you please help me out with the background color too.. Thanks man.. I really appreciate your help.
Ma-Salama