Quote:
Originally Posted by discontained
Hi, i installed this and its great so far. Just 1 question. It does not match my theme, the background of the text boxes are white, and my site is black background. Is there a way to edit this?
Thanks!
|
It does this with a few styles. You can manually set the box colors by doing the following
ACP->Styles & Templates->Style Manager
On the style having the problem, select Edit Templates on the dropdown box
Scroll down to VB Pro Garage Templates
Expand it and double click the garage_css template
About 7/8th of the way down find .alt1 and .alt2
Change the background from
background: {vb:raw alt1_background};
to something like
background: #000;
You also want the alt2 background to be slightly off from that if you want to have the alternate rows colors to be different.