Hi,
The header area on every other page except for the Home page is showing in red. This happened after I changed the background to a gradient color. Not sure what CSS selector is controlling this.
Hi,
The header area on every other page except for the Home page is showing in red. This happened after I changed the background to a gradient color. Not sure what CSS selector is controlling this.
Forgot to all my URL: http://www.core4innovative.com
Thanks guys!!!
Hey,
the header background is controlled by following two entries in style1.css:
.wrapper{
background: #fff url(../images/skin1/bg.png)repeat-x left top; /* */
}
#subpage .wrapper{
background: #fff url(../images/skin1/bg.png)repeat-x left top; /* */
}
change the background attributes as you like (the second entrycontrols subpages)
You must log in to post.