logo

Step 5: Customize the Header:

Add Your Logo

Watch an Easy Help Zen Cart Video Tutorial about this step HERE

Create your logo in your image editing program and upload it to includes/templates/abbington_mega/images.

Open includes/languages/english/abbington_mega/header.php in a plain text editor. Find this code on or around line 24:

define('HEADER_ALT_TEXT', 'Abbington Mega :: Free Template by www.picaflor-azul.com');
define(
'HEADER_LOGO_WIDTH', '235px');
define(
'HEADER_LOGO_HEIGHT', '60px');
define(
'HEADER_LOGO_IMAGE', 'logo.png');

  1. Replace "Abbington Mega :: Free Template by www.picaflor-azul.com" with your site name and tag line here
  2. Replace "235px" with your logo width
  3. Replace "60px" with your logo height
  4. Replace "logo.png" with the name of your logo image

define('HEADER_ALT_TEXT', 'Your store name :: your store tag line');
define(
'HEADER_LOGO_WIDTH', 'height in px');
define(
'HEADER_LOGO_HEIGHT', 'width in px');
define(
'HEADER_LOGO_IMAGE', 'your logo name .png');

***This is a php file and MUST be edited in a plain text editor. If you try to edit this file in any type of wysiwyg editor, the code will be corrupted and when you insert the file back into your zen cart it will break your entire site.***