وعليكم السلام
حرر ملف : styles/default/css/
style.css
وابحث عن :
CODE
.whatis_new .last_posts {<br />
border-bottom: 1px dotted #CFCFCF !important;<br />
font: normal 11px Tahoma;<br />
padding: 0px 6px 20px 0px;<br />
margin-top: 0px;<br />
line-height: 18px;<br />
color: #333;<br />
}<br />
واستبدله بـ :
CODE
.whatis_new .last_posts {
border-bottom: 1px dotted #CFCFCF !important;
font-family: "Droid Arabic Kufi","tahoma",sans-serif;
font-size: 11px;
font-weight: normal;
padding: 0px 6px 20px 0px;
margin-top: 0px;
line-height: 18px;
color: #333;
}
ثم ابحث عن :
CODE
.last_subjectid {<br />
font: normal 11px Tahoma;<br />
}<br />
<br />
واستبدله بـ
CODE
.last_subjectid {
font-family: "Droid Arabic Kufi","tahoma",sans-serif;
font-size: 11px;
font-weight: normal;
}
ينقل للقسم المناسب ..