|
Hi Bill,
- many thanks for all the usefull tips, incuding Mozilla, Web Developer and edit css.
You have showed us above how to change the header BG colors (in reset.css).
body {
background:url(../images/body_bg.gif) repeat-y 50% 0 #496778; <--------CHANGE THE COLOR HERE
color:#2f2f2f;
font:12px/1.55em arial, helvetica, sans-serif;
text-align:center;
}
Now, I try to figure out how to have a white header background, and still maintain the modern theme background for the rest of the page (as set in reset.css).
Is it possible to operate with two background urls (and name it something different than body)? And how do I specify for which area they will apply?
I will be thankful for any advice.
Last EDIT: After I posted the message above, I have managed to add a image to the header (banner), and define the background color (as a solid color) for the other part of the site. I posted it here: http://www.magentocommerce.com/boards/viewthread/12231/
What still reminds is how to be able to use the original modern theme background for the rest of the page, instead of using a solid color.
|