I am using the Arch Shoppe template and cannot get a new headerbg.gif to display.
I have created a new headerbg.gif that is 720 X 110 pixels. I renamed the original file and then uploaded this new image to templates/arch_shoppe/images directory.
I then confirmed the following in the css:
#logoWrapper{
background-image:url(../images/headerbg.gif);
background-repeat:no-repeat;
background-color:#D6E0DD;
width:720px;
height:110px;
margin:0em;
padding:0em;
}
This css file is located in templates/arch_shoppe/css directory.
In Admin, I have selected the arch_shoppe template and this is what is displaying on the store. However, the image is not displaying anywhere on the page.
What else must be set in order for the image to display?



