Quote:
Originally Posted by Milance
In order for the color of the text, but how do I replace the background is not white like in the picture?
How do I change the background is not white ?
|
Put this code in CSS Templates/ addtional.css
Code:
.pemtable .alt1 {
background: none repeat-x scroll center bottom #2c2c2c;
}
.pemtable .alt2 {
background-color: #202020;
}
.pemtable .left {
text-align: left;
}
.pemtable .right {
text-align: right;
}