Re: Comstock Template
OK read this https://www.zen-cart.com/tutorials/i...hp?article=124
How do I change the Header Image?
By default Zen Cart uses header_bg.jpg for the name of this image, but you can use you own filename for the background image.
Using an image editor, create a new background graphic and save it to includes/templates/CUSTOM/images/your_header_image.???.
Now open your stylesheet.css and find or add the following code.
#logoWrapper {
width:760px;
height:110px;
background-image:url(../images/your_header_image.???);
background-repeat:no-repeat;
}
Change the file name to that of your own header image, adjust the width and height to those of your header image, save the stylesheet and upload both files to your server.
but I still can't get the header image to show up is it turned off somewhere
http://www.rvsolarsystems.co.uk/store2/
What ever your doing remember to KISS ( Keep It Simple Stupid )