
Originally Posted by
cache529
Hi Jade,
Thank you for this contribution. I changed the color of the dropdown menu when unselected to match the color of the dropdownMenuWrapper...I was able to put the line back in the last tab (Shopping Cart), but how do I add a line to the front of the "Home" tab. Thank you for your assistance.
Forst open up includes/templates/apple_zen/common/tpl_drop_menu.php, and give the home link a class like this:
Code:
<a class="leftLine" href="<?php echo zen_href_link(FILENAME_DEFAULT); ?>"><?php echo HEADER_TITLE_CATALOG; ?></a>
And then add this to your stylesheet_header_menu.css:
Code:
div#dropMenu li a.leftLine {border-left:1px solid #ffffff}