How to remove ja-usertools-color

Hi.

How can I remove ja-usertools-color.
I want to select default theme style and remove ja-usertools-color from top menu?

Thanks,

Attachment 27213

2 answers

Profile photo of Sherlock 0.00 $tone April 22, 2013
Public

Hi dbosnj35,

You can open the file of app\design\frontend\default\jm_dicentotemplate\pa ge\ja_vars.php.
There you would see this line of code

PHP Code:

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




make change here to select your default color, for example

PHP Code:

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




To disable the usertool color you change this line

PHP Code:

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




To this

PHP Code:

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




i hope this should help !

#1

This question is now closed

Written By

Comments