Some issues with the template

Hi, I have some doubts on customizing the template:

-- How can I remove the Cela

3 answers

Profile photo of chavan 100.00 $tone April 29, 2012
Public

Find this app\design\frontend\default\jm_yourthemetemplate\ page\ja_vars.php

you will find this code,

Code:

$_params->set('ja_color','default');//'default','orange','green','red'

you can replace the replace the color in here

for Color Menu Removal

In the below code replace 4 with 0

Code:

$_params->set('usertool_color', 4); //0: disable, 4: show colors tools
#1
Profile photo of Kerman Rodriguez 0.00 $tone April 29, 2012
Public

Thanks, I finded it, it’s just I’m noob with magento, and don’t know where you guys put the vars for the template, you maybe should put this kind of things on the guides.

#2

Please login or Register to Submit Answer

Written By

Comments