Kullandığınız temanın
global.css stiline girip
body ve
table taglarında ekli şu kısımları düzenleyebilirsiniz.
Kod:
font-family: 'Titillium Web', sans-serif;
Kod:
body {
background-attachment:fixed;
background-color:#2D2D2D;
background-image:url(../../../images/extras-dark/body.png);
background-position:0 0;
background-repeat:repeat no-repeat;
color:#a3a3a3;
text-shadow:#000000 0 1px 0;
font-family: 'Titillium Web', sans-serif;
font-weight: 400;
font-size:13px;
line-height:1.4;
margin:0;
margin-top: 25px;
}
Kod:
table {
color: #a3a3a3;
font-family: 'Titillium Web', sans-serif;
font-weight: 400;
font-size: 13px;
}