Results 1 to 2 of 2

Hybrid View

  1. #1
    Join Date
    Nov 2005
    Posts
    16
    Plugin Contributions
    0

    Default 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!

  2. #2
    Join Date
    Apr 2004
    Location
    vienna
    Posts
    198
    Plugin Contributions
    9

    Default 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/include...ges/logo.gif);
    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/e..._edv_75b.gif);
    background-repeat:no-repeat;
    background-position:left;

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

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

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

 

 

Similar Threads

  1. v151 Making Only One Sidebox Look Different
    By Xena in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 23 Sep 2012, 05:31 PM
  2. How to remove "reviews" only from frontpage
    By nanosafeguard in forum Basic Configuration
    Replies: 0
    Last Post: 26 Apr 2007, 11:38 PM
  3. Replies: 7
    Last Post: 23 Aug 2006, 06:14 PM
  4. Wide banners only on frontpage
    By cakemaker in forum Basic Configuration
    Replies: 1
    Last Post: 10 Jun 2006, 11:03 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg