...

Completely remove default logo from zencart.

Remove default logo

If you don’t want to show or use the default logo. Go to

includes/templates/template_default/common/  and edit tpl_header.php . You can use filezilla.

Find and comment out this line of code by adding

“<!- -” at the beginning,

“- ->” at the end of the code.

Add “//” between the words php and echo, as shown below without quote.

Find the code

<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>

and replace the code with

<!– <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> –>

After that save the file. Upload the edited tpl_header.php file to

includes/templates/CUSTOM/common/  into your server. Enjoy permanently removed default logo from eCommerce site (zencart).

Related Posts

How to use your customize PayPal button?

How to use your customize PayPal button?

PayPal button Customization: PayPal button ! you can change the default one first login to your paypal account then click the “Merchant Services” Now  click “Buy Now” button. Now click Customize text or appearance(optional) here and you will see a button named “Use...

read more
Add links to the NavMain Menu in Zen Cart?

Add links to the NavMain Menu in Zen Cart?

Add Links: Add links to the Home Nav Main menu is set to the Zen Cart store front. There are occasions when you may wish to alter this behavior. For example, if your online store is in a sub directory of your main website, you might be looking to set Home to link to...

read more
Seraphinite AcceleratorOptimized by Seraphinite Accelerator
Turns on site high speed to be attractive for people and search engines.