Results 1 to 4 of 4
  1. #1
    Join Date
    Aug 2007
    Posts
    28
    Plugin Contributions
    0

    Default Remove Logo for a Wider Header

    I would like to remove the Zen Cart logo completely. I wanted to have a wider header and that works but now I have the little blue ? over the header where the logo.gif used to be. I think it's a bit late to replace it with a transparent as I have deleted several code references to it and didn't document what I did so I could go back and replace it with a transparent gif. What else needs to be done to get rid of the blue ?

    Thanks,

    Jac

  2. #2
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Remove Logo for a Wider Header

    You can disable the display (or attempted display) of the logo by adding to your stylesheeet

    #logoWrapper {display: none;}

  3. #3
    Join Date
    Aug 2007
    Posts
    28
    Plugin Contributions
    0

    Default Re: Remove Logo for a Wider Header

    That deletes the background image as well.

    Currently:

    #logoWrapper{ background-image: url(../images/header_bg.jpg); background-repeat: repeat-x; background-color: #ffffff; height:110px; }

    Site: http://oldsauteestore.com/public_html/

    I really appreciate the help.

    Jac

  4. #4
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Remove Logo for a Wider Header

    OK, so you're using #logoWrapper to display the header background... Then try

    #logo {display: none;}

 

 

Similar Threads

  1. Remove Link on Header Logo
    By malberta in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 7 Dec 2008, 07:01 PM
  2. Remove Header Logo
    By worldmaker in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 7 Nov 2008, 11:36 PM
  3. Remove header logo, replace header bg
    By taydu in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 17 May 2007, 10:03 AM

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