I was looking to hide or disable the colors menu item for the general users and setup a default for the users to have.
2 answers
You need to delete this code
Code:
<li onmouseout="toggleMenu(this,0)" onmouseover="toggleMenu(this,1)" > <a href="#"><span>Color</span></a> <?php echo $tmpTools->genToolMenu ($tmpTools->getParam('usertool_color'),'txt'); ?> </li>
in app\design\frontend\default\jm_leadtemplate\catal ognavigationtop.phtml file
thanks! How do I set the default to be orange as well?
This question is now closed