17-04-2013 Saat: 22:10
İlk önce forumbit_depth1_cat Şablonuna girin
Bul :
Kod:
<td class="thead" colspan="5">
Kod:
<td class="thead_{$forum['fid']}" colspan="5">
Kategori numarasını öğrenmek için o kategoriye girip numarasına bakın
Mesela kategori numaramız 1 bu şekilde yapacağız
Kod:
.thead_1 {
background: #026CB1 url(images/thead_bg.gif) top left repeat-x;
color: #ffffff;
}
.thead_1 a:link {
color: #ffffff;
text-decoration: none;
}
.thead_1 a:visited {
color: #ffffff;
text-decoration: none;
}
.thead_1 a:hover, .thead_1 a:active {
color: #ffffff;
text-decoration: underline;
}