Thread: Change Header

Results 1 to 4 of 4
  1. #1
    Join Date
    Mar 2009
    Posts
    51
    Plugin Contributions
    0

    Default Change Header

    Here we go again ! Need to change the header on my pages. Have read many post about that and cannot get any of them to work. Please help me if you can.

    Site: centraltrailer.com/cart

    Want to inset the header image cts_top_store.jpg as the background header.

    Thanks in advance for answering the same question again.

    e-mail: [email protected]
    Attached Images Attached Images  

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Change Header

    Find this in your stylesheet.css file
    Code:
    #logoWrapper{
    		background-image:
    	url(../images/header_bg.jpg);
    	background-repeat: repeat-x;
    	background-color: #ffffff;
    	height:75px;
    	}
    Change to
    Code:
    #logoWrapper{
    		background-image:
    	url(../images/cts_top_store.jpg);
    	background-repeat: repeat-x;
    	background-color: #ffffff;
    	height:75px;
    	}
    Insure that your image is uploaded to the template /images folder

    And before you get too far create your own template
    https://www.zen-cart.com/tutorials/i...hp?article=346
    https://www.zen-cart.com/tutorials/i...hp?article=232
    https://www.zen-cart.com/tutorials/i...hp?article=142
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Mar 2009
    Posts
    51
    Plugin Contributions
    0

    Default Re: Change Header

    Thanks for your help.

    Now how can I get rid of the little square in the upper left hand corner of the header I uploaded.

  4. #4
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Change Header

    Quote Originally Posted by Martin Smith View Post
    Thanks for your help.

    Now how can I get rid of the little square in the upper left hand corner of the header I uploaded.
    Martin,
    Edit your_template/ stylesheet.css

    Add this element to the sheet

    #logo {display: none;}

 

 

Similar Threads

  1. Change header to flash header
    By bettsaj in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 20 Jul 2009, 01:59 PM
  2. Change header
    By thelatinbarbie in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 27 Mar 2008, 09:38 PM
  3. Change Header
    By Honeysmom in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 29 Jun 2006, 01:13 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