Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Making different logo in frontpage only

Making different logo in frontpage only

Locked

Views: 1,609

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
14 Apr 2007, 11:40 AM
#1
loostaq avatar

loostaq

New Zenner

Join Date:
Nov 2005
Posts:
16
Plugin Contributions:
0

Making different logo in frontpage only

Hello,

Im trying to make the logo different in frontpage only by using override folder and file "templates/my_template/index/tpl_header.php". Everything is working fine expect the same logo appears on every product and category page also...Id like the logo in the front page to appear only in the front page, no where else.

The reason for this it that i am using a flash header in the frontpage, and I dont want it to played in other pages over and over again.

Any help much appreciated!

15 Apr 2007, 6:30 AM
#2
hugo13 avatar

hugo13

Zen Follower

Join Date:
Apr 2004
Location:
vienna
Posts:
176
Plugin Contributions:
4

Re: Making different logo in frontpage only

one way could be

  1. add to stylesheet.css (at the end)
    #logo {
    background-image:url(http://redt.ar-pub.com/zc137/includes/templates/template_default/images/logo.gif%29;
    background-repeat:no-repeat;
    background-position:left;
    }

  2. create index_home.css (thats the flash part )
    #logo {
    background-image:url(http://www.langheiter.at/fileadmin/edv/template/main/logo_edv_75b.gif%29;
    background-repeat:no-repeat;
    background-position:left;

/* width: 190px;
height: 77px;
*/
}

  1. create a transparent (png) logo-file & replace your standard-logo with it

example-site: http://redt.ar-pub.com/zc137/