HOW TO REMOVE "COLOURS" from MAIN NAV

To remove the main navigation item "Colours" from your JMTC Theme . . . .

Open the following file . . .
app\design\frontend\default\jm_yourthemetemplate\page\ja_vars.php

Find this Code . . .

Code:

$_params->set('usertool_color', 4); //0: disable, 4: show colors tools

and replace it with . . .

Code:

$_params->set('usertool_color', 0); //0: disable, 4: show colors tools

**** IMPORTANT ****
CLEAR YOUR MAGENTO CACHE

. . . and there you go

3 answers

Profile photo of tomc 0.00 $tone October 27, 2011
Public

very useful, thanks a lot

Glad you found this little Tip/Tutorial helpful. This issue seems to come up a fair amount of times -- so I felt I saw the benefit for putting up a solution for our JMTC Members to (hopefully) benefit from.

#2

This question is now closed

Written By

Comments