Deactivate colors

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

Profile photo of Sherlock 0.00 $tone March 2, 2013
Public

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 !

#1

This question is now closed

Written By

Comments