How to remove color chooser

How to safely remove option to choose color?
Thanks

8 answers

imsleepy 0.00 $tone February 17, 2009
Public

I am not familiar with your template, but in others, you go to the template manager, click on your template. Then in the settings for tools choose Show Color Tools -- No. Some have a drop down instead where you can pick the combination of user tools you want to be available.

#1
Profile photo of JA Developer 0.00 $tone February 17, 2009
Public

Hi noxxitbaby,

To solve this question, please open header.phtml file in app\design\frontend\default\jm_puritytemplate\pag e\html folder, at about line 43, find following code:

PHP Code:

<?php echo $tmpTools->genToolMenu ($tmpTools->getParam('usertool_color'),'png'); ?>


and remove or comment it.

#4

This question is now closed

Written By

Comments