Status
Not open for further replies.
10 comments
Check the Body CSS, when you edit CSS and you don't know what to edit, it's all a luck thing. Just change some font color to #FF00CC (Hot Pink) and you'll see what's changing
 
open up css.php file

find this
.postbitlegacy .postrow, .eventbit .eventrow, .postbitdeleted .postrow, .postbitignored .postrow {
padding: 5px 10px 10px;
font: 13px Verdana,Tahoma,Arial,Calibri,Geneva,sans-serif;
color: #9a9a9a;
}

replace with this

.postbitlegacy .postrow, .eventbit .eventrow, .postbitdeleted .postrow, .postbitignored .postrow {
padding: 5px 10px 10px;
font: 13px Verdana,Tahoma,Arial,Calibri,Geneva,sans-serif;
color: #fff;
}
 
Status
Not open for further replies.
Back
Top