hahaha oh loco, dont tell me the crazies are in charge here now?!
oh my god, jennnnnn i miss youuuu
hey cutie!!
kinda funny to see a spammer bring a buncha people back here after so long.
for the love of god, someone fix the quote boxes, so you can actually read whats quoted! i cant believe its STILL like that! here, i will give walk-through instructions for whoever has access to the theme files. or someone can just try to get lee to do it.
in the .css file, do a search for .quotemain
it will look like this:
.quotemain
{
background: #c0c0c0;
border: 1px solid #000;
border-top: 0;
color: #FFF;
padding: 4px;
margin: 0 auto 8px auto;
}
and all you have to change is the background to the following (highlighted in red)
.quotemain
{
background: #000;
border: 1px solid #000;
border-top: 0;
color: #FFF;
padding: 4px;
margin: 0 auto 8px auto;
}
doesnt that drive anyone else crazy?