Quote Originally Posted by bsteinagel
Is it possible to remove the "Zen Cart: The Art of E-Commerce" image
I believe that one is turned off via the banner manager in the admin.

Admin-> Tools -> Banner Manager --- set the color of the green status boxes to red.

Your question about changing the link of the drop Menu answered here:

Open up this file -> includes/templates/Your_template/common/tpl_drop_menu.php

find the site_map part and change the link to:

Code:
<a href="<?php echo zen_href_link(FILENAME_SITE_MAP); ?>">


<a href="YourDesiredLink.com/desiredLink">