I got it down to that small without it looking pixely.. The Background color is: 030e81
I gave you that, because I havent seen the background color of the Logostrip, so I couldnt tell you whether or not it would blend well with the image. To change the logostrip color simply find "logostrip" in the CSS. No it doesnt, I just looked at the CSS that Anna posted on "The Front Porch" Its not the same background color, so you'll have to change it. Find this:
Quote:
|
#logostrip {text-align:center; border:1px solid #114c8e;background-color: #114c8e; padding:0px;margin:0px; }
|
In the CSS and replace it with this:
Quote:
|
#logostrip {text-align:center; border:1px solid #030e81;background-color: #030e81; padding:0px;margin:0px; }
|
That should take care of the background for the banner. If you have any more questions, feel free to PM me or Post them here.