Quote:
Originally Posted by E.T.
Hi AA,
The body_color does not compare with the text of the teams as in the screenshot, in my forum the body_color is grey, but the text is black.
I've walk thru all stylevars but cannot find which one to change.
Regards,
Marcel
|
quickfix
find in vbsoccer.css:
HTML Code:
.alt1 {
background: {vb:stylevar threadbit_alt_background};
}
.alt2 {
background: {vb:stylevar threadbit_background};
}
replace with:
HTML Code:
.alt1 {
background: {vb:stylevar threadbit_alt_background};
color: {vb:stylevar body_color};
}
.alt2 {
background: {vb:stylevar threadbit_background};
color: {vb:stylevar body_color};
}
I change this in the next update