How to change "Garis's color" from the menu to "Color"?

How to change "Garis’s color" from the menu to "Color"?

2 answers

Profile photo of Sherlock 0.00 $tone July 2, 2013
Public

Hi victorlai,

You can open the file of app\design\frontend\default\jm_garistemplate\cata lognavigationtop.phtml, around line number 174 you would see this code

HTML Code:

  <li class="level0 parent" >
        	<a onmouseout="toggleMenu(this,0)" onmouseover="toggleMenu(this,1)" href="#"><span>Garis's Color</span></a>         
            <?php echo $tmpTools->genToolMenu ($tmpTools->getParam('usertool_color'),'txt'); ?>
        </li>

here you can change the text Garis’s Color to any others.

#2

Please login or Register to Submit Answer

Written By

Comments