How to change "Garis’s color" from the menu to "Color"?
2 answers
4 days already no reply…..so sad!
How to change "Garis’s color" from the menu to "Color"?
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.