How do I change the Header Image?

CAPITALIZED words refer to a folder or language that you choose. We use CUSTOM for your template and ENGLISH for your language by default. These generic terms should be changed to  the name of the  template/language you are using.

 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.
>>

 

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How can I find out what version of Zen Cart or PHP or MySQL I'm using?

To find out what version of Zen Cart or PHP or MySQL you are currently using, you can simply go...

Getting a BLANK PAGE? Here's the answer ...

If you're getting a blank page when trying to browse to a certain page on your store, or after...

What's New in the Upcoming v2.0 release?

Database Abstraction Layer and Sql CacheThe abstraction layer has been re-factored to include a...

Image Preparation - How-to

I've seen several posts where people obviously aren't quite sure about the best way to set up...

Some tips to modify stylesheet

1. Download Web Developer extension for FireFox here2. Install & restart FireFox. You should...