Hello! I’like to know if there’s any way to only have one color in the Trex theme? I like the green and i don’t want people to change!
Thanks
2 answers
Hi jorge,
To deactive colors menu and set the default to green you can open the file of
PHP Code:
app\design\frontend\default\jm_wall\template\page\ja_vars.php
There you change
PHP Code:
$_params->set('jm_color','default');//default, red
To
PHP Code:
$_params->set('jm_color','green');//default, red
and change this line
PHP Code:
$_params->set('usertool_color', 4); //0: disable, 4: show font tools
to
PHP Code:
$_params->set('usertool_color', 0); //0: disable, 4: show font tools
I Hope that helps !
Thanks a lot! That works just fine!
This question is now closed