I have done this
How do I remove the logo completely?
If you don't want or need a logo, open includes/templates/CUSTOM/common/ tpl_header.php find and comment out this line of code by adding <!-- at the beginning, --> at the end and // between the words php and echo, as shown below.
<!-- <div id="logo"><?php // echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">'
. zen_image($template->get_template_dir(HEADER_LOGO_IMAGE, DIR_WS_TEMPLATE,
$current_page_base,'images'). '/' . HEADER_LOGO_IMAGE, HEADER_ALT_TEXT) . '</a>'; ?></div> -->
Save the file and upload it to your server.
but the result is that the logo is gone but the left column has now moved to the left to the edge of the screen i have the width of zencart set to 1020 px
it is at www dot robostep co uk
thanks


Reply With Quote

