The title and tagline displayed in your header and the metatags are two different things.
Look in /includes/languages/english/your_template/header.php for
// 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');
define('HEADER_LOGO_HEIGHT', '64px');
define('HEADER_LOGO_IMAGE', 'logo.gif');
You can change to
define('HEADER_SALES_TEXT', '');
and
define('HEADER_LOGO_IMAGE', 'pixel_trans.gif');
You can redefine the 'HEADER_ALT_TEXT' also.
The shop name is not displayed in the header; perhaps you were referring to the logo.