Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / need to replace logo header image

need to replace logo header image

Locked

Views: 6,205

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
27 Sep 2008, 11:50 PM
#1
alma1 avatar

alma1

New Zenner

Join Date:
Mar 2008
Location:
California
Posts:
81
Plugin Contributions:
0

need to replace logo header image

the existing logo header image contains my logo, a slogan and a palm tree image but it's too large. I resized it and think it will look much better and take up less space. I found the larger one in includes/templates/mytemplate/images and is called header.jpg. How do I tell ZC I want to replace this image with a new one. I uploaded the new one and called it header4.jpg.
the url is https://www.latinimpressions.com.
thank you.

28 Sep 2008, 3:04 AM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: need to replace logo header image

Start by removing the header.jpg image from your server(can just rename it) then rename your new image to header.jpg...

After there might be some minor css adjustments and maybe not

29 Sep 2008, 12:36 AM
#3
alma1 avatar

alma1

New Zenner

Join Date:
Mar 2008
Location:
California
Posts:
81
Plugin Contributions:
0

Re: need to replace logo header image

thanks kobra -
i did that but it it did not work. I'm looking in css - where abouts would I find that? i'm thinking i should change it in css because it is not recognizing that I deleted the large one and put a new one in there. it still shows the large image. thanks

29 Sep 2008, 2:33 AM
#4
funkey avatar

funkey

New Zenner

Join Date:
Jul 2005
Posts:
85
Plugin Contributions:
0

Re: need to replace logo header image

What about changing the 'HEADER_LOGO_IMAGE' define in languages/english/header.php to the name of your new image and refreshing the page?

I've had occasions where leaving the file called logo.gif causes it to be refreshed consistantly, but if I call the new image 'newlogo.gif' and change the defines, it works on the first try.

29 Sep 2008, 4:23 AM
#5
alma1 avatar

alma1

New Zenner

Join Date:
Mar 2008
Location:
California
Posts:
81
Plugin Contributions:
0

Re: need to replace logo header image

funkey:

What about changing the 'HEADER_LOGO_IMAGE' define in languages/english/header.php to the name of your new image and refreshing the page?
let me try that, thanks.