Hi,
I was referring to the setting referred to in the previous post:
Quote:
Originally Posted by cabledr
to change that bit you have to :-
go to styles edit templates -> threadlist.css
In threadlist.css, you have these lines:
HTML Code:
.threadbit .alt {
background: #f2f6f8 {vb:stylevar threadbit_background.backgroundImage} {vb:stylevar threadbit_background.backgroundRepeat} {vb:stylevar threadbit_background.backgroundPositionX}{vb:stylevar threadbit_background.backgroundPositionUnits} {vb:stylevar threadbit_background.backgroundPositionY}{vb:stylevar threadbit_background.backgroundPositionUnits};
}
Just change #f2f6f8 to what ever you want the colour to be 
|
In other words: if I choose a color setting in threadbit.css, will this setting affect all styles, or can an individual color on a per-style basis be defined using this solution (read: by editing the value in threadbit.css)?