Make sure to use Override!
Please refer to other related topics about Override.
The original file is in the:
includes/languages/english/header.php
Then copy the above file and save to your override dirctory:
includes/languages/english/YOUR_TEMPLATE/header.php
If you had modified the above file before, then you should use compare and match methods.
And modify the following lines to match your needs.
PHP Code:
// added defines for header alt and text
define('HEADER_ALT_TEXT', 'Powered by Zen Cart :: The Art of E-Commerce');
define('HEADER_SALES_TEXT', 'TagLine Here');
define('HEADER_LOGO_WIDTH', '192px'); // adjust this for your logo width
define('HEADER_LOGO_HEIGHT', '64px'); // adjust this for your logo height
define('HEADER_LOGO_IMAGE', 'logo.gif'); // this is your logo file name