How to set theme color and remove "Garis's color" from the menu?

Could anyone please go through the configuration of the template.
Thank you.

1 answer

Profile photo of tomc 0.00 $tone December 7, 2011
Public

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

#1

Please login or Register to Submit Answer

Written By

Comments