Quote Originally Posted by noizerage View Post
For anyone who wants to remove the Customer Service link on the top menu bar, this is how I did it. Go to the tpl_mega_menu.php file, find
<li class="customer_service right"> and change it to <li class="customer_service"> then add .customer_service{display:none;} to the stylesheet_mega_menu.css file
Changing the tpl_mega_menu.php file is completely unnecessary to remove the Customer Service link in the top menu. You can add this to the bottom of the stylesheet_mega_menu.css to revmoe the customer service tab from the menu:

Code:
.customer_service{display:none;}
Thanks,

Anne