By default, there is a Zen Cart logo that is displayed in the upper left hand side of the header, however it can be removed quite easily by modifying the code.
In this tutorial we will show you how to remove the Powered by Zen Cart header logo from your Zen Cart website.
How to Remove the Powered by Zen Cart Header Logo:
<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>
You can comment them out by enclosing them in these brackets:<!-- CODE HERE -->
When you are finished it should look similar to this:<!-- <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> -->
1. | Removing the Powered by Zen Cart Logo from the Header |
2. | How to Change a Header Image in Zen Cart |
3. | How to Change the Header Text in Zen Cart |
Email: | support@WebHostingHub.com | Ticket: | Submit a Support Ticket |
---|---|---|---|
Call: |
877-595-4HUB (4482) 757-416-6627 (Intl.) |
Chat: | Click To Chat Now |
We value your feedback!
There is a step or detail missing from the instructions.
The information is incorrect or out-of-date.
It does not resolve the question/problem I have.
new! - Enter your name and email address above and we will post your feedback in the comments on this page!