Remove the color changer from top menu

Could anyone assist me on how to remove the color changer on the top menu???????? I do not want customers to see this or to be able to change the color of my site.

Thank
Donna

5 answers

questbg 0.00 $tone November 16, 2009
Public

Hi Donna

I’ve never used JA Lead, but in Mesolite the steps are as follow:

1. In Admin, go to the Extensions menu and select ‘Template Manager’.

2. Open JA Lead in the list of templates.

3. You should (if it’s the same as mesolite,etc.) have a ‘tools’ menu. From this menu, just select which user options you want to see (or not see!):

http://www.questbg.com/chris/mesotemptool.png

Hope that helps
Chris

#1
Profile photo of JA Developer 0.00 $tone November 17, 2009
Public

Could anyone assist me on how to remove the color changer on the top menu???????? I do not want customers to see this or to be able to change the color of my site.

Thank
Donna

Hi, please open app\design\frontend\default\jm_leadtemplate\page\ html\header.phtml file, at about line 39, find following code section:

Code:

 <!-- MAIN NAVIGATION -->
	<div id="ja-mainnav">
		<?php echo $this->getChildHtml('topMenu') ?>
	</div>
	<!-- //MAIN NAVIGATION -->

Here is the code of menu. You can change to your idea.

#2
Profile photo of JA Developer 0.00 $tone November 17, 2009
Public

Hi

I am sorry for my mistake. Please open app\design\frontend\default\jm_leadtemplate\catal ognavigationtop.phtml file, find following code section:

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>

and remove it.

#4

This question is now closed

Written By

Comments